Documentation for vtkPlanes

vtkPlanes - implicit function for convex set of planes

Super Class: vtkImplicitFunction

Description:

vtkPlanes computes the implicit function and function gradient for a set of planes. The planes must define a convex space. The function value is the closest first order distance of a point to the convex region defined by the planes. The function gradient is the plane normal at the function value. Note that the normals must point outside of the convex region. Thus, a negative function value means that a point is inside the convex region. To define the planes you must create two objects: a subclass of vtkPoints (e.g., vtkPoints) and a subclass of vtkNormals (e.g., vtkNormals). The points define a point on the plane, and the normals specify plane normals.

 

Methods:

 

Detailed Method Descriptions: