//---------------------------------------------------------------
vtkIdType
TMEDGaussSubMesh
- ::GetVTKID(const TGaussPointID& theID,
- vtkIdType theStartID) const
+ ::GetVTKID( const TGaussPointID& theID ) const
{
vtkIdType aResult = -1;
if ( myIsElemNum ) {
aCellID = GetElemVTKID( aCellID );
} else
- aCellID -= theStartID;
+ aCellID -= myStartID;
- return aCellID * aNbPoints + aLocalPntID + theStartID;
+ return aCellID * aNbPoints + aLocalPntID + myStartID;
}
virtual
vtkIdType
- GetVTKID(const TGaussPointID& theID,
- vtkIdType theStartID) const;
+ GetVTKID( const TGaussPointID& theID ) const;
//! Gets memory size used by the instance (bytes).
virtual