Version: 6.3.1
Public Member Functions | Protected Attributes

VISU.TMeshValueBase Class Reference

Define a base class for the container to get access to data assigned to mesh.

#include <VISU_MeshValue.hxx>

Inheritance diagram for VISU.TMeshValueBase:
Inheritance graph

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

vtkIdType VISU.TMeshValueBase.myNbElem [protected]
vtkIdType VISU.TMeshValueBase.myNbComp [protected]
vtkIdType VISU.TMeshValueBase.myNbGauss [protected]
vtkIdType VISU.TMeshValueBase.myStep [protected]
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS