Define a base class for the container to get access to data assigned to mesh.
#include <VISU_MeshValue.hxx>
Public Member Functions |
| void | Init (vtkIdType theNbElem, vtkIdType theNbGauss, vtkIdType theNbComp) |
| | To intitilize the data strucutre.
|
| virtual unsigned long int | GetMemorySize () const =0 |
| | Gets memory size used by the instance (bytes).
|
| vtkIdType | GetNbElem () const |
| | Gets number of mesh elements where the data assigned to.
|
| vtkIdType | GetNbComp () const |
| | Gets number of components of corresponding MED FIELD.
|
| vtkIdType | GetNbGauss () const |
| | Gets number of Gauss Points.
|
| size_t | size () const |
Protected Attributes |
| vtkIdType | myNbElem |
| | Defines number of mesh elements where the data assigned to.
|
| vtkIdType | myNbComp |
| | Keeps number of components of corresponding MED FIELD.
|
| vtkIdType | myNbGauss |
| | Defines number of Gauss Points.
|
| vtkIdType | myStep |
| | Internal variable.
|
Member Function Documentation
| void VISU.TMeshValueBase::Init |
( |
vtkIdType |
theNbElem, |
|
|
vtkIdType |
theNbGauss, |
|
|
vtkIdType |
theNbComp |
|
) |
| |
| virtual unsigned long int VISU.TMeshValueBase.GetMemorySize |
( |
| ) |
const [pure virtual] |
| vtkIdType VISU.TMeshValueBase::GetNbElem |
( |
| ) |
const |
| vtkIdType VISU.TMeshValueBase::GetNbComp |
( |
| ) |
const |
| vtkIdType VISU.TMeshValueBase::GetNbGauss |
( |
| ) |
const |
| size_t VISU.TMeshValueBase::size |
( |
| ) |
const |
Field Documentation