25#include "vtkImagingHybridModule.h"  
   27VTK_ABI_NAMESPACE_BEGIN
 
   49  vtkSetMacro(LoadValue, 
double);
 
   50  vtkGetMacro(LoadValue, 
double);
 
   60  vtkGetVectorMacro(SampleDimensions, 
int, 3);
 
   68  vtkSetVector6Macro(ModelBounds, 
double);
 
   69  vtkGetVectorMacro(ModelBounds, 
double, 6);
 
   76  vtkSetMacro(PoissonsRatio, 
double);
 
   77  vtkGetMacro(PoissonsRatio, 
double);
 
  100  int SampleDimensions[3];
 
  101  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.