#include <vtkUGFacetReader.h>
Inheritance diagram for vtkUGFacetReader:
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.
Definition at line 31 of file vtkUGFacetReader.h.
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | GetNumberOfParts () |
void | CreateDefaultLocator () |
unsigned long | GetMTime () |
virtual void | SetFileName (const char *) |
virtual char * | GetFileName () |
short | GetPartColorIndex (int partId) |
virtual void | SetPartNumber (int) |
virtual int | GetPartNumber () |
virtual void | SetMerging (int) |
virtual int | GetMerging () |
virtual void | MergingOn () |
virtual void | MergingOff () |
void | SetLocator (vtkPointLocator *locator) |
virtual vtkPointLocator * | GetLocator () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkUGFacetReader * | SafeDownCast (vtkObject *o) |
static vtkUGFacetReader * | New () |
Protected Member Functions | |
vtkUGFacetReader () | |
~vtkUGFacetReader () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
char * | FileName |
vtkShortArray * | PartColors |
int | PartNumber |
int | Merging |
vtkPointLocator * | Locator |
|
Reimplemented from vtkPolyDataAlgorithm. Definition at line 34 of file vtkUGFacetReader.h. |
|
|
|
|
|
Reimplemented from vtkPolyDataAlgorithm. |
|
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 vtkPolyDataAlgorithm. |
|
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 vtkPolyDataAlgorithm. |
|
Reimplemented from vtkPolyDataAlgorithm. |
|
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 vtkPolyDataAlgorithm. |
|
Construct object to extract all parts, and with point merging turned on. Reimplemented from vtkPolyDataAlgorithm. |
|
Overload standard modified time function. If locator is modified, then this object is modified as well. Reimplemented from vtkObject. |
|
Specify Unigraphics file name. |
|
Overload standard modified time function. If locator is modified, then this object is modified as well. |
|
Special methods for interrogating the data file. |
|
Retrieve color index for the parts in the file. |
|
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. |
|
Retrieve color index for the parts in the file. |
|
Turn on/off merging of points/triangles. |
|
Turn on/off merging of points/triangles. |
|
Turn on/off merging of points/triangles. |
|
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. |
|
Create default locator. Used to create one when none is specified. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkPolyDataAlgorithm. |
|
Definition at line 89 of file vtkUGFacetReader.h. |
|
Definition at line 90 of file vtkUGFacetReader.h. |
|
Definition at line 91 of file vtkUGFacetReader.h. |
|
Definition at line 92 of file vtkUGFacetReader.h. |
|
Definition at line 93 of file vtkUGFacetReader.h. |