#include <vtkUGFacetReader.h>
Inheritance diagram for vtkUGFacetReader:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
unsigned long | GetMTime () |
int | GetNumberOfParts () |
short | GetPartColorIndex (int partId) |
void | CreateDefaultLocator () |
virtual void | SetFileName (const char *) |
virtual char * | GetFileName () |
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 Methods | |
int | IsTypeOf (const char *type) |
vtkUGFacetReader * | SafeDownCast (vtkObject *o) |
vtkUGFacetReader * | New () |
Protected Methods | |
vtkUGFacetReader () | |
~vtkUGFacetReader () | |
void | Execute () |
Protected Attributes | |
char * | FileName |
vtkShortArray * | PartColors |
int | PartNumber |
int | Merging |
vtkPointLocator * | Locator |
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 61 of file vtkUGFacetReader.h.
|
|
|
|
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataSource. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataSource. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataSource. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataSource. |
|
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 vtkSource. |
|
Construct object to extract all parts, and with point merging turned on. Reimplemented from vtkPolyDataSource. |
|
Overload standard modified time function. If locator is modified, then this object is modified as well. Reimplemented from vtkObject. |
|
Specify Unigraphics file name. |
|
Specify Unigraphics file name. |
|
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. |
|
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. |
|
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 method is the old style execute method Reimplemented from vtkSource. |
|
Definition at line 119 of file vtkUGFacetReader.h. |
|
Definition at line 120 of file vtkUGFacetReader.h. |
|
Definition at line 121 of file vtkUGFacetReader.h. |
|
Definition at line 122 of file vtkUGFacetReader.h. |
|
Definition at line 123 of file vtkUGFacetReader.h. |