VTK
Public Member Functions | Public Attributes | List of all members
vtkToDax::CompactPointField< DispatcherType > Struct Template Reference

#include <CompactPointField.h>

Collaboration diagram for vtkToDax::CompactPointField< DispatcherType >:
[legend]

Public Member Functions

 CompactPointField (DispatcherType &dispatcher, vtkDataSet *output)
 
template<typename InputVTKArrayType >
int operator() (InputVTKArrayType &inputFieldVTKArray)
 
template<int NumComponents, typename InputVTKArrayType >
int DoCompact (InputVTKArrayType &inputFieldVTKArray)
 

Public Attributes

DispatcherType * Dispatcher
 
vtkDataSetOutput
 

Detailed Description

template<typename DispatcherType>
struct vtkToDax::CompactPointField< DispatcherType >

Definition at line 31 of file CompactPointField.h.

Constructor & Destructor Documentation

template<typename DispatcherType>
vtkToDax::CompactPointField< DispatcherType >::CompactPointField ( DispatcherType &  dispatcher,
vtkDataSet output 
)
inline

Definition at line 36 of file CompactPointField.h.

Member Function Documentation

template<typename DispatcherType>
template<typename InputVTKArrayType >
int vtkToDax::CompactPointField< DispatcherType >::operator() ( InputVTKArrayType &  inputFieldVTKArray)
inline

Definition at line 41 of file CompactPointField.h.

template<typename DispatcherType>
template<int NumComponents, typename InputVTKArrayType >
int vtkToDax::CompactPointField< DispatcherType >::DoCompact ( InputVTKArrayType &  inputFieldVTKArray)
inline

Definition at line 59 of file CompactPointField.h.

Member Data Documentation

template<typename DispatcherType>
DispatcherType* vtkToDax::CompactPointField< DispatcherType >::Dispatcher

Definition at line 33 of file CompactPointField.h.

template<typename DispatcherType>
vtkDataSet* vtkToDax::CompactPointField< DispatcherType >::Output

Definition at line 34 of file CompactPointField.h.


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