VTK
|
#include <vtkQuadratureSchemeDefinition.h>
Public Types | |
typedef vtkObject | Superclass |
![]() | |
typedef vtkObjectBase | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
int | DeepCopy (const vtkQuadratureSchemeDefinition *other) |
void | Clear () |
int | SaveState (vtkXMLDataElement *e) |
int | RestoreState (vtkXMLDataElement *e) |
void | Initialize (int cellType, int numberOfNodes, int numberOfQuadraturePoints, double *shapeFunctionWeights) |
void | Initialize (int cellType, int numberOfNodes, int numberOfQuadraturePoints, double *shapeFunctionWeights, double *quadratureWeights) |
int | GetCellType () const |
int | GetQuadratureKey () const |
int | GetNumberOfNodes () const |
int | GetNumberOfQuadraturePoints () const |
const double * | GetShapeFunctionWeights () const |
const double * | GetShapeFunctionWeights (int quadraturePointId) const |
const double * | GetQuadratureWeights () const |
![]() | |
virtual void | DebugOn () |
virtual void | DebugOff () |
unsigned char | GetDebug () |
void | SetDebug (unsigned char debugFlag) |
virtual void | Modified () |
virtual unsigned long | GetMTime () |
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
vtkCommand * | GetCommand (unsigned long tag) |
void | RemoveObserver (vtkCommand *) |
void | RemoveObservers (unsigned long event, vtkCommand *) |
void | RemoveObservers (const char *event, vtkCommand *) |
int | HasObserver (unsigned long event, vtkCommand *) |
int | HasObserver (const char *event, vtkCommand *) |
void | RemoveObserver (unsigned long tag) |
void | RemoveObservers (unsigned long event) |
void | RemoveObservers (const char *event) |
void | RemoveAllObservers () |
int | HasObserver (unsigned long event) |
int | HasObserver (const char *event) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
int | InvokeEvent (unsigned long event, void *callData) |
int | InvokeEvent (const char *event, void *callData) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
![]() | |
const char * | GetClassName () const |
virtual void | Delete () |
virtual void | FastDelete () |
void | Print (ostream &os) |
virtual void | Register (vtkObjectBase *o) |
virtual void | UnRegister (vtkObjectBase *o) |
void | SetReferenceCount (int) |
void | PrintRevisions (ostream &os) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkQuadratureSchemeDefinition * | SafeDownCast (vtkObject *o) |
static vtkInformationQuadratureSchemeDefinitionVectorKey * | DICTIONARY () |
static vtkInformationStringKey * | QUADRATURE_OFFSET_ARRAY_NAME () |
static vtkQuadratureSchemeDefinition * | New () |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkObject * | SafeDownCast (vtkObject *o) |
static vtkObject * | New () |
static void | BreakOnError () |
static void | SetGlobalWarningDisplay (int val) |
static void | GlobalWarningDisplayOn () |
static void | GlobalWarningDisplayOff () |
static int | GetGlobalWarningDisplay () |
![]() | |
static int | IsTypeOf (const char *name) |
static vtkObjectBase * | New () |
Protected Member Functions | |
vtkQuadratureSchemeDefinition () | |
~vtkQuadratureSchemeDefinition () | |
![]() | |
vtkObject () | |
virtual | ~vtkObject () |
virtual void | RegisterInternal (vtkObjectBase *, int check) |
virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
void | InternalReleaseFocus () |
![]() | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | CollectRevisions (ostream &os) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
Friends | |
ostream & | operator<< (ostream &s, const vtkQuadratureSchemeDefinition &d) |
istream & | operator>> (istream &s, const vtkQuadratureSchemeDefinition &d) |
Additional Inherited Members | |
![]() | |
unsigned char | Debug |
vtkTimeStamp | MTime |
vtkSubjectHelper * | SubjectHelper |
![]() | |
int | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
An Elemental data type that holds a definition of a numerical quadrature scheme. The definition contains the requisite information to interpolate to the so called quadrature points of the specific scheme. namely:
1) A matrix of shape function weights(shape functions evaluated at parametric coordinates of the quadrature points).
2) The number of quadrature points and cell nodes. These parameters size the matrix, and allow for convinent evaluation by users of the definition.
Definition at line 43 of file vtkQuadratureSchemeDefinition.h.
Definition at line 47 of file vtkQuadratureSchemeDefinition.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkObject.
|
static |
|
virtual |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
|
static |
|
virtual |
|
static |
|
static |
|
static |
New object in an unsuable state. You'll have to call "Initilaize" to get the definition in to a usable state.
int vtkQuadratureSchemeDefinition::DeepCopy | ( | const vtkQuadratureSchemeDefinition * | other | ) |
Deep copy.
int vtkQuadratureSchemeDefinition::SaveState | ( | vtkXMLDataElement * | e | ) |
Put the object into an XML representation. The element passed in is assumed to be empty.
int vtkQuadratureSchemeDefinition::RestoreState | ( | vtkXMLDataElement * | e | ) |
Put the object into an XML representation. The element passed in is assumed to be empty.
void vtkQuadratureSchemeDefinition::Clear | ( | ) |
Release all allocated resources and set the object to an unitialized state.
void vtkQuadratureSchemeDefinition::Initialize | ( | int | cellType, |
int | numberOfNodes, | ||
int | numberOfQuadraturePoints, | ||
double * | shapeFunctionWeights | ||
) |
Initialize the object allocating resources as needed.
void vtkQuadratureSchemeDefinition::Initialize | ( | int | cellType, |
int | numberOfNodes, | ||
int | numberOfQuadraturePoints, | ||
double * | shapeFunctionWeights, | ||
double * | quadratureWeights | ||
) |
Initialize the object allocating resources as needed.
|
inline |
Access the VTK cell type id.
Definition at line 89 of file vtkQuadratureSchemeDefinition.h.
|
inline |
Access the VTK cell type id.
Definition at line 92 of file vtkQuadratureSchemeDefinition.h.
|
inline |
Access the VTK cell type id.
Definition at line 95 of file vtkQuadratureSchemeDefinition.h.
|
inline |
Access the VTK cell type id.
Definition at line 98 of file vtkQuadratureSchemeDefinition.h.
|
inline |
Access the VTK cell type id.
Definition at line 103 of file vtkQuadratureSchemeDefinition.h.
|
inline |
Access the VTK cell type id.
Definition at line 107 of file vtkQuadratureSchemeDefinition.h.
|
inline |
Access the VTK cell type id.
Definition at line 114 of file vtkQuadratureSchemeDefinition.h.
|
friend |
|
friend |