30 #ifndef vtkPointLoad_h
31 #define vtkPointLoad_h
34 #include "vtkImagingHybridModule.h"
52 vtkSetMacro(LoadValue,
double);
53 vtkGetMacro(LoadValue,
double);
68 vtkGetVectorMacro(SampleDimensions,
int, 3);
76 vtkSetVector6Macro(ModelBounds,
double);
77 vtkGetVectorMacro(ModelBounds,
double, 6);
84 vtkSetMacro(PoissonsRatio,
double);
85 vtkGetMacro(PoissonsRatio,
double);
106 int SampleDimensions[3];
107 double ModelBounds[6];
general representation of visualization data
Generic algorithm superclass for image algs.
a simple class to control print indentation
compute stress tensors given point load on semi-infinite domain
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
static vtkPointLoad * New()
Construct with ModelBounds=(-1,1,-1,1,-1,1), SampleDimensions=(50,50,50), and LoadValue = 1.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ExecuteDataWithInformation(vtkDataObject *, vtkInformation *) override
This is a convenience method that is implemented in many subclasses instead of RequestData.
void SetComputeEffectiveStress(int)
Turn on/off computation of effective stress scalar.
void SetSampleDimensions(int i, int j, int k)
Specify the dimensions of the volume.
void ComputeEffectiveStressOff()
void ComputeEffectiveStressOn()
void SetSampleDimensions(int dim[3])
Specify the dimensions of the volume.
int GetComputeEffectiveStress()