Go to the documentation of this file.
24 #ifndef vtkUGFacetReader_h
25 #define vtkUGFacetReader_h
27 #include "vtkIOGeometryModule.h"
55 vtkSetStringMacro(FileName);
62 int GetNumberOfParts();
67 short GetPartColorIndex(
int partId);
77 vtkGetMacro(PartNumber,
int);
85 vtkGetMacro(Merging,
int);
101 void CreateDefaultLocator();
vtkIncrementalPointLocator * Locator
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeUInt64 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
a simple class to control print indentation
Abstract class in support of both point location and point insertion.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkShortArray * PartColors
dynamic, self-adjusting array of short
read EDS Unigraphics facet files
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.