vtkUGFacetReader Class Reference
#include <vtkUGFacetReader.h>
Inheritance diagram for vtkUGFacetReader:
[legend]Collaboration diagram for vtkUGFacetReader:
[legend]List of all members.
Detailed Description
read EDS Unigraphics facet files
vtkUGFacetReader is a source object that reads Unigraphics facet files. Unigraphics is a solid modeling system; facet files are the polygonal plot files it uses to create 3D plots.
- Created by:
-
- CVS contributions (if > 5%):
- Schroeder, Will (62%)
- Martin, Ken (10%)
- Law, Charles (9%)
- CVS logs (CVSweb):
.h (/IO/vtkUGFacetReader
.h)
.cxx (/IO/vtkUGFacetReader
.cxx)
- Tests:
- vtkUGFacetReader (Tests)
Definition at line 46 of file vtkUGFacetReader.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkUGFacetReader::vtkUGFacetReader |
( |
|
) |
[protected] |
|
Member Function Documentation
virtual const char* vtkUGFacetReader::GetClassName |
( |
|
) |
[virtual] |
|
int vtkUGFacetReader::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataSource. |
virtual int vtkUGFacetReader::IsA |
( |
const char * |
type |
) |
[virtual] |
|
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataSource. |
void vtkUGFacetReader::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkPolyDataSource. |
|
Construct object to extract all parts, and with point merging turned on.
Reimplemented from vtkAlgorithm. |
unsigned long vtkUGFacetReader::GetMTime |
( |
|
) |
[virtual] |
|
|
Overload standard modified time function. If locator is modified, then this object is modified as well.
Reimplemented from vtkObject. |
virtual void vtkUGFacetReader::SetFileName |
( |
const char * |
|
) |
[virtual] |
|
|
Specify Unigraphics file name. |
virtual char* vtkUGFacetReader::GetFileName |
( |
|
) |
[virtual] |
|
|
Specify Unigraphics file name. |
int vtkUGFacetReader::GetNumberOfParts |
( |
|
) |
|
|
|
Special methods for interrogating the data file. |
short vtkUGFacetReader::GetPartColorIndex |
( |
int |
partId |
) |
|
|
|
Retrieve color index for the parts in the file. |
virtual void vtkUGFacetReader::SetPartNumber |
( |
int |
|
) |
[virtual] |
|
|
Specify the desired part to extract. The part number must range between [0,NumberOfParts-1]. If the value is =(-1), then all parts will be extracted. If the value is <(-1), then no parts will be extracted but the part colors will be updated. |
virtual int vtkUGFacetReader::GetPartNumber |
( |
|
) |
[virtual] |
|
|
Specify the desired part to extract. The part number must range between [0,NumberOfParts-1]. If the value is =(-1), then all parts will be extracted. If the value is <(-1), then no parts will be extracted but the part colors will be updated. |
virtual void vtkUGFacetReader::SetMerging |
( |
int |
|
) |
[virtual] |
|
|
Turn on/off merging of points/triangles. |
virtual int vtkUGFacetReader::GetMerging |
( |
|
) |
[virtual] |
|
|
Turn on/off merging of points/triangles. |
virtual void vtkUGFacetReader::MergingOn |
( |
|
) |
[virtual] |
|
|
Turn on/off merging of points/triangles. |
virtual void vtkUGFacetReader::MergingOff |
( |
|
) |
[virtual] |
|
|
Turn on/off merging of points/triangles. |
|
Specify a spatial locator for merging points. By default an instance of vtkMergePoints is used. |
|
Specify a spatial locator for merging points. By default an instance of vtkMergePoints is used. |
void vtkUGFacetReader::CreateDefaultLocator |
( |
|
) |
|
|
|
Create default locator. Used to create one when none is specified. |
void vtkUGFacetReader::Execute |
( |
|
) |
[protected, virtual] |
|
|
This method is the old style execute method
Reimplemented from vtkSource. |
Member Data Documentation
The documentation for this class was generated from the following file: