vtkVoxel

Section: Visualization Toolkit Filtering Classes

Usage

vtkVoxel is a concrete implementation of vtkCell to represent a 3D orthogonal parallelepiped. Unlike vtkHexahedron, vtkVoxel has interior angles of 90 degrees, and sides are parallel to coordinate axes. This results in large increases in computational performance.

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

  obj = vtkVoxel

Methods

The class vtkVoxel 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 vtkVoxel class.