VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends | List of all members
vtkQuadratureSchemeDefinition Class Reference

#include <vtkQuadratureSchemeDefinition.h>

Inheritance diagram for vtkQuadratureSchemeDefinition:
[legend]
Collaboration diagram for vtkQuadratureSchemeDefinition:
[legend]

Public Types

typedef vtkObject Superclass
 
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkQuadratureSchemeDefinitionNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
int DeepCopy (const vtkQuadratureSchemeDefinition *other)
 
int SaveState (vtkXMLDataElement *e)
 
int RestoreState (vtkXMLDataElement *e)
 
void Clear ()
 
int GetCellType () const
 
int GetQuadratureKey () const
 
int GetNumberOfNodes () const
 
int GetNumberOfQuadraturePoints () const
 
const doubleGetShapeFunctionWeights () const
 
const doubleGetQuadratureWeights () const
 
void Initialize (int cellType, int numberOfNodes, int numberOfQuadraturePoints, double *shapeFunctionWeights)
 
void Initialize (int cellType, int numberOfNodes, int numberOfQuadraturePoints, double *shapeFunctionWeights, double *quadratureWeights)
 
const doubleGetShapeFunctionWeights (int quadraturePointId) const
 
- Public Member Functions inherited from vtkObject
vtkObjectNewInstance () const
 
virtual void DebugOn ()
 
virtual void DebugOff ()
 
bool GetDebug ()
 
void SetDebug (bool 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)
 
vtkCommandGetCommand (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)
 
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, bool(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)
 
- Public Member Functions inherited from vtkObjectBase
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 &)
 
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 vtkQuadratureSchemeDefinitionSafeDownCast (vtkObjectBase *o)
 
static vtkInformationQuadratureSchemeDefinitionVectorKeyDICTIONARY ()
 
static vtkInformationStringKeyQUADRATURE_OFFSET_ARRAY_NAME ()
 
static vtkQuadratureSchemeDefinitionNew ()
 
- Static Public Member Functions inherited from vtkObject
static int IsTypeOf (const char *type)
 
static vtkObjectSafeDownCast (vtkObjectBase *o)
 
static vtkObjectNew ()
 
static void BreakOnError ()
 
static void SetGlobalWarningDisplay (int val)
 
static void GlobalWarningDisplayOn ()
 
static void GlobalWarningDisplayOff ()
 
static int GetGlobalWarningDisplay ()
 
- Static Public Member Functions inherited from vtkObjectBase
static int IsTypeOf (const char *name)
 
static vtkObjectBaseNew ()
 

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 
 vtkQuadratureSchemeDefinition ()
 
 ~vtkQuadratureSchemeDefinition ()
 
- Protected Member Functions inherited from vtkObject
 vtkObject ()
 
virtual ~vtkObject ()
 
virtual void RegisterInternal (vtkObjectBase *, int check)
 
virtual void UnRegisterInternal (vtkObjectBase *, int check)
 
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
 
void InternalReleaseFocus ()
 
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
 
virtual ~vtkObjectBase ()
 
virtual void CollectRevisions (ostream &)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
 vtkObjectBase (const vtkObjectBase &)
 
void operator= (const vtkObjectBase &)
 

Friends

ostream & operator<< (ostream &s, const vtkQuadratureSchemeDefinition &d)
 
istream & operator>> (istream &s, vtkQuadratureSchemeDefinition &d)
 

Additional Inherited Members

- Protected Attributes inherited from vtkObject
bool Debug
 
vtkTimeStamp MTime
 
vtkSubjectHelper * SubjectHelper
 
- Protected Attributes inherited from vtkObjectBase
vtkAtomicInt32 ReferenceCount
 
vtkWeakPointerBase ** WeakPointers
 

Detailed Description

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 44 of file vtkQuadratureSchemeDefinition.h.

Member Typedef Documentation

Definition at line 48 of file vtkQuadratureSchemeDefinition.h.

Constructor & Destructor Documentation

vtkQuadratureSchemeDefinition::vtkQuadratureSchemeDefinition ( )
protected
vtkQuadratureSchemeDefinition::~vtkQuadratureSchemeDefinition ( )
protected

Member Function Documentation

static int vtkQuadratureSchemeDefinition::IsTypeOf ( const char *  type)
static
virtual int vtkQuadratureSchemeDefinition::IsA ( const char *  name)
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 vtkQuadratureSchemeDefinition* vtkQuadratureSchemeDefinition::SafeDownCast ( vtkObjectBase o)
static
virtual vtkObjectBase* vtkQuadratureSchemeDefinition::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkObject.

vtkQuadratureSchemeDefinition* vtkQuadratureSchemeDefinition::NewInstance ( ) const
void vtkQuadratureSchemeDefinition::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkObject.

static vtkInformationQuadratureSchemeDefinitionVectorKey* vtkQuadratureSchemeDefinition::DICTIONARY ( )
static
static vtkInformationStringKey* vtkQuadratureSchemeDefinition::QUADRATURE_OFFSET_ARRAY_NAME ( )
static
static vtkQuadratureSchemeDefinition* vtkQuadratureSchemeDefinition::New ( )
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)

Restore the object from an XML representation.

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.

int vtkQuadratureSchemeDefinition::GetCellType ( ) const
inline

Access the VTK cell type id.

Definition at line 87 of file vtkQuadratureSchemeDefinition.h.

int vtkQuadratureSchemeDefinition::GetQuadratureKey ( ) const
inline

Access to an alternative key.

Definition at line 89 of file vtkQuadratureSchemeDefinition.h.

int vtkQuadratureSchemeDefinition::GetNumberOfNodes ( ) const
inline

Get the number of nodes associated with the interpolation.

Definition at line 91 of file vtkQuadratureSchemeDefinition.h.

int vtkQuadratureSchemeDefinition::GetNumberOfQuadraturePoints ( ) const
inline

Get the number of quadrature points associated with the scheme.

Definition at line 93 of file vtkQuadratureSchemeDefinition.h.

const double* vtkQuadratureSchemeDefinition::GetShapeFunctionWeights ( ) const
inline

Get the array of shape function weights. Shape function weights are the shape functions evaluated at the quadrature points. There are "NumberOfNodes" weights for each quadrature point.

Definition at line 97 of file vtkQuadratureSchemeDefinition.h.

const double* vtkQuadratureSchemeDefinition::GetShapeFunctionWeights ( int  quadraturePointId) const
inline

Get the array of shape function weights associated with a single quadrature point.

Definition at line 101 of file vtkQuadratureSchemeDefinition.h.

const double* vtkQuadratureSchemeDefinition::GetQuadratureWeights ( ) const
inline

Access to the quadrature weights.

Definition at line 108 of file vtkQuadratureSchemeDefinition.h.

Friends And Related Function Documentation

ostream& operator<< ( ostream &  s,
const vtkQuadratureSchemeDefinition d 
)
friend
istream& operator>> ( istream &  s,
vtkQuadratureSchemeDefinition d 
)
friend

The documentation for this class was generated from the following file: