VTK  9.3.20240423
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.
 

Detailed Description

template<class T>
class vtkSmartVector< T >

A vector of smart pointers.

Definition at line 26 of file vtkScalarBarActorInternal.h.

Member Function Documentation

◆ PointerArray()

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 32 of file vtkScalarBarActorInternal.h.


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