Version: 6.3.1
Public Member Functions | Static Public Member Functions | Protected Member Functions

SMDS_CellLinks Class Reference

#include <SMDS_UnstructuredGrid.hxx>

Inheritance diagram for SMDS_CellLinks:
Inheritance graph
[legend]

Public Member Functions

vtkCellLinks::Link * ResizeL (vtkIdType sz)
vtkIdType GetLinksSize ()

Static Public Member Functions

static SMDS_CellLinksNew ()

Protected Member Functions

 SMDS_CellLinks ()
 ~SMDS_CellLinks ()

Detailed Description

Definition at line 51 of file SMDS_UnstructuredGrid.hxx.


Constructor & Destructor Documentation

SMDS_CellLinks::SMDS_CellLinks ( ) [protected]

Definition at line 55 of file SMDS_UnstructuredGrid.cxx.

                               :
  vtkCellLinks()
{
}
SMDS_CellLinks::~SMDS_CellLinks ( ) [protected]

Definition at line 60 of file SMDS_UnstructuredGrid.cxx.

{
}

Member Function Documentation

vtkIdType SMDS_CellLinks::GetLinksSize ( )

Definition at line 50 of file SMDS_UnstructuredGrid.cxx.

Referenced by SMDS_MeshNode.init().

{
  return this->Size;
}
SMDS_CellLinks * SMDS_CellLinks::New ( ) [static]

Definition at line 39 of file SMDS_UnstructuredGrid.cxx.

References MESSAGE.

{
  MESSAGE("SMDS_CellLinks::New");
  return new SMDS_CellLinks();
}
vtkCellLinks::Link * SMDS_CellLinks::ResizeL ( vtkIdType  sz)

Definition at line 45 of file SMDS_UnstructuredGrid.cxx.

Referenced by SMDS_MeshNode.init().

{
  return vtkCellLinks::Resize(sz);
}
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