ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkOutlineRepresentation Class Reference

representation for outline. More...

#include <vtkOutlineRepresentation.h>

Inheritance diagram for vtkOutlineRepresentation:
Inheritance graph
[legend]
Collaboration diagram for vtkOutlineRepresentation:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static vtkOutlineRepresentationNew ()
static int IsTypeOf (const char *type)
static vtkOutlineRepresentationSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkOutlineRepresentation ()
 ~vtkOutlineRepresentation ()

Detailed Description

representation for outline.

vtkOutlineRepresentation is merely a vtkGeometryRepresentation that forces the geometry filter to produce outlines. It also

Definition at line 27 of file vtkOutlineRepresentation.h.


Constructor & Destructor Documentation

vtkOutlineRepresentation::vtkOutlineRepresentation ( ) [protected]
vtkOutlineRepresentation::~vtkOutlineRepresentation ( ) [protected]

Member Function Documentation

static vtkOutlineRepresentation* vtkOutlineRepresentation::New ( ) [static]

Reimplemented from vtkGeometryRepresentation.

virtual const char* vtkOutlineRepresentation::GetClassName ( ) [virtual]

Reimplemented from vtkGeometryRepresentation.

static int vtkOutlineRepresentation::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkGeometryRepresentation.

virtual int vtkOutlineRepresentation::IsA ( const char *  type) [virtual]

Reimplemented from vtkGeometryRepresentation.

static vtkOutlineRepresentation* vtkOutlineRepresentation::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkGeometryRepresentation.

void vtkOutlineRepresentation::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkGeometryRepresentation.


The documentation for this class was generated from the following file: