19 #ifndef vtkBlockDeliveryPreprocessor_h 20 #define vtkBlockDeliveryPreprocessor_h 39 void AddCompositeDataSetIndex(
unsigned int index);
40 void RemoveAllCompositeDataSetIndices();
47 vtkSetMacro(GenerateCellConnectivity,
bool);
48 vtkGetMacro(GenerateCellConnectivity,
bool);
63 vtkSetMacro(FieldAssociation,
int);
64 vtkGetMacro(FieldAssociation,
int);
72 vtkSetMacro(FlattenTable,
int);
73 vtkGetMacro(FlattenTable,
int);
84 vtkGetMacro(SplitComponentsNamingMode,
int);
93 vtkSetMacro(GenerateOriginalIds,
bool);
94 vtkGetMacro(GenerateOriginalIds,
bool);
119 class CompositeDataSetIndicesType;
120 CompositeDataSetIndicesType* CompositeDataSetIndices;
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int SplitComponentsNamingMode
static vtkDataObjectAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
prepares data for certain table-based representations
#define VTKPVVTKEXTENSIONSFILTERSRENDERING_EXPORT
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
bool GenerateCellConnectivity
void operator=(const vtkObjectBase &)