64#include "vtkImagingHybridModule.h"
66VTK_ABI_NAMESPACE_BEGIN
88 vtkSetMacro(LoadValue,
double);
89 vtkGetMacro(LoadValue,
double);
99 vtkGetVectorMacro(SampleDimensions,
int, 3);
107 vtkSetVector6Macro(ModelBounds,
double);
108 vtkGetVectorMacro(ModelBounds,
double, 6);
115 vtkSetMacro(PoissonsRatio,
double);
116 vtkGetMacro(PoissonsRatio,
double);
139 int SampleDimensions[3];
140 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.
~vtkPointLoad() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for obtaining type information and printing.
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()
Turn on/off computation of effective stress scalar.
void ComputeEffectiveStressOn()
Turn on/off computation of effective stress scalar.
void SetSampleDimensions(int dim[3])
Specify the dimensions of the volume.
int GetComputeEffectiveStress()
Turn on/off computation of effective stress scalar.