Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
VTK
VTK
Commits
25b0cedd
Commit
25b0cedd
authored
Apr 05, 1994
by
Will Schroeder
Browse files
Initial revision
parent
61f9dcef
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/GeomF.hh
0 → 100644
View file @
25b0cedd
/*=========================================================================
Program: Visualization Library
Module: GeomF.hh
Language: C++
Date: $Date$
Version: $Revision$
Description:
---------------------------------------------------------------------------
This file is part of the Visualization Library. No part of this file
or its contents may be copied, reproduced or altered in any way
without the express written consent of the authors.
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen 1993, 1994
=========================================================================*/
//
// Extracts geometry from arbitrary input
//
#ifndef __vlGeometryFilter_h
#define __vlGeometryFilter_h
#include
"DS2PolyF.hh"
class
vlGeometryFilter
:
public
vlDataSetToPolyFilter
{
public:
vlGeometryFilter
();
~
vlGeometryFilter
()
{};
char
*
GetClassName
()
{
return
"vlGeometryFilter"
;};
void
PrintSelf
(
ostream
&
os
,
vlIndent
indent
);
protected:
void
Execute
();
};
#endif
src/GeomF.cc
0 → 100644
View file @
25b0cedd
/*=========================================================================
Program: Visualization Library
Module: GeomF.cc
Language: C++
Date: $Date$
Version: $Revision$
Description:
---------------------------------------------------------------------------
This file is part of the Visualization Library. No part of this file
or its contents may be copied, reproduced or altered in any way
without the express written consent of the authors.
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen 1993, 1994
=========================================================================*/
#include
"GeomF.hh"
void
vlGeometryFilter
::
Execute
()
{
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment