30 #ifndef vtkPointLoad_h
31 #define vtkPointLoad_h
33 #include "vtkImagingHybridModule.h"
53 vtkGetMacro(LoadValue,
double);
60 void SetSampleDimensions(
int i,
int j,
int k);
67 void SetSampleDimensions(
int dim[3]);
68 vtkGetVectorMacro(SampleDimensions,
int,3);
76 vtkSetVector6Macro(ModelBounds,
double);
77 vtkGetVectorMacro(ModelBounds,
double,6);
85 vtkGetMacro(PoissonsRatio,
double);
107 double PoissonsRatio;
108 int SampleDimensions[3];
109 double ModelBounds[6];
113 void operator=(const
vtkPointLoad&) VTK_DELETE_FUNCTION;
void SetComputeEffectiveStress(int)
Turn on/off computation of effective stress scalar.
void ComputeEffectiveStressOff()
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)
Subclasses can reimplement this method to collect information from their inputs and set information f...
int GetComputeEffectiveStress()
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Generic algorithm superclass for image algs.
static vtkAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
general representation of visualization data