73#include "vtkImagingHybridModule.h"
96 vtkSetMacro(LoadValue,
double);
97 vtkGetMacro(LoadValue,
double);
107 vtkGetVectorMacro(SampleDimensions,
int, 3);
115 vtkSetVector6Macro(ModelBounds,
double);
116 vtkGetVectorMacro(ModelBounds,
double, 6);
123 vtkSetMacro(PoissonsRatio,
double);
124 vtkGetMacro(PoissonsRatio,
double);
147 int SampleDimensions[3];
148 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.