|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   30 #ifndef vtkPointLoad_h 
   31 #define vtkPointLoad_h 
   34 #include "vtkImagingHybridModule.h"  
   52   vtkSetMacro(LoadValue, 
double);
 
   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);
 
   84   vtkSetMacro(PoissonsRatio, 
double);
 
   85   vtkGetMacro(PoissonsRatio, 
double);
 
  106   int SampleDimensions[3];
 
  107   double ModelBounds[6];
 
  
void ComputeEffectiveStressOn()
virtual void ExecuteDataWithInformation(vtkDataObject *output, vtkInformation *outInfo)
This is a convenience method that is implemented in many subclasses instead of RequestData.
compute stress tensors given point load on semi-infinite domain
Generic algorithm superclass for image algs.
void SetComputeEffectiveStress(int)
Turn on/off computation of effective stress scalar.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
a simple class to control print indentation
void ComputeEffectiveStressOff()
int GetComputeEffectiveStress()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAlgorithm * New()
general representation of visualization data