VTK
Public Member Functions
vtkSmartVector< T > Class Template Reference

A vector of smart pointers. More...

#include <vtkScalarBarActorInternal.h>

Inheritance diagram for vtkSmartVector< T >:
Inheritance graph
[legend]
Collaboration diagram for vtkSmartVector< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

T ** PointerArray ()
 Convert to an array of "dumb" pointers for functions that need a contiguous array pointer as input.

Detailed Description

template<class T>
class vtkSmartVector< T >

A vector of smart pointers.

Definition at line 23 of file vtkScalarBarActorInternal.h.


Member Function Documentation

template<class T>
T** vtkSmartVector< T >::PointerArray ( ) [inline]

Convert to an array of "dumb" pointers for functions that need a contiguous array pointer as input.

Definition at line 29 of file vtkScalarBarActorInternal.h.


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