32 #ifndef vtkPointLoad_h
33 #define vtkPointLoad_h
50 vtkSetMacro(LoadValue,
double);
51 vtkGetMacro(LoadValue,
double);
56 void SetSampleDimensions(
int i,
int j,
int k);
61 void SetSampleDimensions(
int dim[3]);
62 vtkGetVectorMacro(SampleDimensions,
int,3);
68 vtkSetVector6Macro(ModelBounds,
double);
69 vtkGetVectorMacro(ModelBounds,
double,6);
74 vtkSetMacro(PoissonsRatio,
double);
75 vtkGetMacro(PoissonsRatio,
double);
98 int SampleDimensions[3];
99 double ModelBounds[6];
void SetComputeEffectiveStress(int)
void ComputeEffectiveStressOff()
virtual void ExecuteDataWithInformation(vtkDataObject *output, vtkInformation *outInfo)
compute stress tensors given point load on semi-infinite domain
void ComputeEffectiveStressOn()
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int GetComputeEffectiveStress()
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
#define VTKIMAGINGHYBRID_EXPORT
general representation of visualization data