36#include "vtkImagingHybridModule.h"
56 vtkGetMacro(LoadValue,
double);
71 vtkGetVectorMacro(SampleDimensions,
int,3);
79 vtkSetVector6Macro(ModelBounds,
double);
80 vtkGetVectorMacro(ModelBounds,
double,6);
88 vtkGetMacro(PoissonsRatio,
double);
111 int SampleDimensions[3];
112 double ModelBounds[6];
116 void operator=(
const vtkPointLoad&) VTK_DELETE_FUNCTION;
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
static vtkPointLoad * New()
Construct with ModelBounds=(-1,1,-1,1,-1,1), SampleDimensions=(50,50,50), and LoadValue = 1.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Subclasses can reimplement this method to collect information from their inputs and set information f...
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.
virtual void ExecuteDataWithInformation(vtkDataObject *, vtkInformation *)
This is a convenience method that is implemented in many subclasses instead of RequestData.
int GetComputeEffectiveStress()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.