38 #ifndef vtkCellSizeFilter_h 39 #define vtkCellSizeFilter_h 41 #include "vtkFiltersVerdictModule.h" 63 vtkSetMacro(ComputeVertexCount,
bool);
64 vtkGetMacro(ComputeVertexCount,
bool);
65 vtkBooleanMacro(ComputeVertexCount,
bool);
74 vtkSetMacro(ComputeLength,
bool);
75 vtkGetMacro(ComputeLength,
bool);
76 vtkBooleanMacro(ComputeLength,
bool);
85 vtkSetMacro(ComputeArea,
bool);
86 vtkGetMacro(ComputeArea,
bool);
87 vtkBooleanMacro(ComputeArea,
bool);
96 vtkSetMacro(ComputeVolume,
bool);
97 vtkGetMacro(ComputeVolume,
bool);
98 vtkBooleanMacro(ComputeVolume,
bool);
106 vtkSetMacro(ComputeSum,
bool);
107 vtkGetMacro(ComputeSum,
bool);
108 vtkBooleanMacro(ComputeSum,
bool);
116 vtkSetStringMacro(VertexCountArrayName);
117 vtkGetStringMacro(VertexCountArrayName);
118 vtkSetStringMacro(LengthArrayName);
119 vtkGetStringMacro(LengthArrayName);
120 vtkSetStringMacro(AreaArrayName);
121 vtkGetStringMacro(AreaArrayName);
122 vtkSetStringMacro(VolumeArrayName);
123 vtkGetStringMacro(VolumeArrayName);
170 bool ComputeVertexCount;
176 char* VertexCountArrayName;
177 char* LengthArrayName;
179 char* VolumeArrayName;
abstract class to specify dataset behavior
abstract class for specifying dataset behavior
dynamic, self-adjusting array of double
a simple class to control print indentation
topologically and geometrically regular array of data
list of point or cell ids
general representation of visualization data
virtual void ComputeGlobalSum(double sum[4])
Method to compute the global sum information.