vtkBoxLayoutStrategy Class Reference

#include <vtkBoxLayoutStrategy.h>

Inheritance diagram for vtkBoxLayoutStrategy:

Inheritance graph
[legend]
Collaboration diagram for vtkBoxLayoutStrategy:

Collaboration graph
[legend]

List of all members.


Detailed Description

a tree map layout that puts vertices in square-ish boxes

vtkBoxLayoutStrategy recursively partitions the space for children vertices in a tree-map into square regions (or regions very close to a square).

Thanks:
Thanks to Brian Wylie from Sandia National Laboratories for creating this class.
Tests:
vtkBoxLayoutStrategy (Tests)

Definition at line 39 of file vtkBoxLayoutStrategy.h.


Public Types

typedef vtkTreeMapLayoutStrategy Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Layout (vtkTree *inputTree, vtkDataArray *coordsArray, vtkDataArray *sizeArray)

Static Public Member Functions

static vtkBoxLayoutStrategyNew ()
static int IsTypeOf (const char *type)
static vtkBoxLayoutStrategySafeDownCast (vtkObject *o)

Protected Member Functions

 vtkBoxLayoutStrategy ()
 ~vtkBoxLayoutStrategy ()

Member Typedef Documentation

Reimplemented from vtkTreeMapLayoutStrategy.

Definition at line 44 of file vtkBoxLayoutStrategy.h.


Constructor & Destructor Documentation

vtkBoxLayoutStrategy::vtkBoxLayoutStrategy (  )  [protected]

vtkBoxLayoutStrategy::~vtkBoxLayoutStrategy (  )  [protected]


Member Function Documentation

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

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkObject.

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

Reimplemented from vtkTreeMapLayoutStrategy.

static int vtkBoxLayoutStrategy::IsTypeOf ( const char *  name  )  [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkTreeMapLayoutStrategy.

virtual int vtkBoxLayoutStrategy::IsA ( const char *  name  )  [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkTreeMapLayoutStrategy.

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

Reimplemented from vtkTreeMapLayoutStrategy.

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

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkTreeMapLayoutStrategy.

virtual void vtkBoxLayoutStrategy::Layout ( vtkTree inputTree,
vtkDataArray coordsArray,
vtkDataArray sizeArray 
) [virtual]

Perform the layout of a tree and place the results as 4-tuples in coordsArray (Xmin, Xmax, Ymin, Ymax).

Implements vtkAreaLayoutStrategy.


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

Generated on Wed Jun 3 18:54:39 2009 for VTK by  doxygen 1.5.6