Go to the documentation of this file.
24 #ifndef vtkUGFacetReader_h
25 #define vtkUGFacetReader_h
27 #include "vtkIOGeometryModule.h"
55 vtkSetStringMacro(FileName);
77 vtkGetMacro(PartNumber,
int);
85 vtkGetMacro(Merging,
int);
static vtkUGFacetReader * New()
Construct object to extract all parts, and with point merging turned on.
vtkIncrementalPointLocator * Locator
void CreateDefaultLocator()
Create default locator.
vtkTypeUInt64 vtkMTimeType
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
void SetLocator(vtkIncrementalPointLocator *locator)
Specify a spatial locator for merging points.
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
short GetPartColorIndex(int partId)
Retrieve color index for the parts in the file.
vtkMTimeType GetMTime()
Overload standard modified time function.
read EDS Unigraphics facet files
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int GetNumberOfParts()
Special methods for interrogating the data file.
Superclass for algorithms that produce only polydata as output.