23 #ifndef __vtkUGFacetReader_h
24 #define __vtkUGFacetReader_h
47 vtkSetStringMacro(FileName);
48 vtkGetStringMacro(FileName);
52 int GetNumberOfParts();
55 short GetPartColorIndex(
int partId);
62 vtkSetMacro(PartNumber,
int);
63 vtkGetMacro(PartNumber,
int);
68 vtkSetMacro(Merging,
int);
69 vtkGetMacro(Merging,
int);
70 vtkBooleanMacro(Merging,
int);
81 void CreateDefaultLocator();
read EDS Unigraphics facet files
dynamic, self-adjusting array of short
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Abstract class in support of both point location and point insertion.
vtkShortArray * PartColors
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
virtual unsigned long GetMTime()
a simple class to control print indentation
vtkIncrementalPointLocator * Locator