34 #ifndef vtkQuadratureSchemeDefinition_h 35 #define vtkQuadratureSchemeDefinition_h 74 int numberOfQuadraturePoints,
75 double *shapeFunctionWeights);
81 int numberOfQuadraturePoints,
82 double *shapeFunctionWeights,
83 double *quadratureWeights);
103 int idx=quadraturePointId*this->NumberOfNodes;
104 return this->ShapeFunctionWeights+idx;
116 void ReleaseResources();
118 int SecureResources();
121 void SetShapeFunctionWeights(
const double *W);
124 void SetQuadratureWeights(
const double *W);
135 int NumberOfQuadraturePoints;
136 double *ShapeFunctionWeights;
137 double *QuadratureWeights;
abstract base class for most VTK objects
Represents an XML element and those nested inside.
const double * GetQuadratureWeights() const
void DeepCopy(vtkPistonReference *self, vtkPistonReference *other)
#define vtkTypeMacro(thisClass, superclass)
virtual void PrintSelf(ostream &os, vtkIndent indent)
int GetNumberOfQuadraturePoints() const
a simple class to control print indentation
int GetNumberOfNodes() const
const double * GetShapeFunctionWeights() const
CellTypeInDataSet cellType(vtkDataSet *input)
const double * GetShapeFunctionWeights(int quadraturePointId) const
int GetQuadratureKey() const
friend VTKCOMMONCORE_EXPORT ostream & operator<<(ostream &os, vtkObjectBase &o)
#define VTKCOMMONDATAMODEL_EXPORT