32 #ifndef __vtkPointLoad_h
33 #define __vtkPointLoad_h
49 vtkSetMacro(LoadValue,
double);
50 vtkGetMacro(LoadValue,
double);
55 void SetSampleDimensions(
int i,
int j,
int k);
60 void SetSampleDimensions(
int dim[3]);
61 vtkGetVectorMacro(SampleDimensions,
int,3);
67 vtkSetVector6Macro(ModelBounds,
double);
68 vtkGetVectorMacro(ModelBounds,
double,6);
73 vtkSetMacro(PoissonsRatio,
double);
74 vtkGetMacro(PoissonsRatio,
double);
97 int SampleDimensions[3];
98 double ModelBounds[6];