Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkOutlineSource.h File Reference

#include "vtkPolyDataSource.h"

Include dependency graph for vtkOutlineSource.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

class  vtkOutlineSource
 create wireframe outline around bounding box More...

Defines

#define VTK_BOX_TYPE_AXIS_ALIGNED   0
#define VTK_BOX_TYPE_ORIENTED   1


Define Documentation

#define VTK_BOX_TYPE_AXIS_ALIGNED   0
 

Definition at line 43 of file vtkOutlineSource.h.

Referenced by vtkOutlineSource::SetBoxTypeToAxisAligned().

#define VTK_BOX_TYPE_ORIENTED   1
 

Definition at line 44 of file vtkOutlineSource.h.

Referenced by vtkOutlineSource::SetBoxTypeToOriented().