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.
int GetQuadratureKey() const
int GetNumberOfQuadraturePoints() const
void DeepCopy(vtkPistonReference *self, vtkPistonReference *other)
const double * GetShapeFunctionWeights() const
int GetNumberOfNodes() const
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
const double * GetQuadratureWeights() const
CellTypeInDataSet cellType(vtkDataSet *input)
friend VTKCOMMONCORE_EXPORT ostream & operator<<(ostream &os, vtkObjectBase &o)
const double * GetShapeFunctionWeights(int quadraturePointId) const
#define VTKCOMMONDATAMODEL_EXPORT