VTK
Public Member Functions | List of all members
vtkSmartVector< T > Class Template Reference

A vector of smart pointers. More...

#include <vtkScalarBarActorInternal.h>

Inheritance diagram for vtkSmartVector< T >:
[legend]

Public Member Functions

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

Detailed Description

template<class T>
class vtkSmartVector< T >

A vector of smart pointers.

Definition at line 22 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 28 of file vtkScalarBarActorInternal.h.


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