Man Page for vtkOutlineFilter
Table of Contents

NAME

vtkOutlineFilter - create wireframe outline for arbitrary data set

SYNOPSIS


#include "/opt/vtk-c++/graphics/vtkOutlineFilter.h"

class VTK_EXPORT vtkOutlineFilter : public vtkDataSetToPolyDataFilter

static vtkOutlineFilter *New() {return new vtkOutlineFilter;};
const char *GetClassName() {return "vtkOutlineFilter";};

DESCRIPTION

vtkOutlineFilter is a filter that generates a wireframe outline of any data set. The outline consists of the twelve edges of the dataset bounding box.

SUMMARY


Table of Contents