vtkCell3D

Section: Visualization Toolkit Filtering Classes

Usage

vtkCell3D is an abstract class that extends the interfaces for 3D data cells, and implements methods needed to satisfy the vtkCell API. The 3D cells include hexehedra, tetrahedra, wedge, pyramid, and voxel.

To create an instance of class vtkCell3D, simply invoke its constructor as follows

  obj = vtkCell3D

Methods

The class vtkCell3D has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkCell3D class.