RVL::LocalDataContainerFactory< DataType > Class Template Reference

A factory class for LocalDataContainers. More...

#include <localdata.hh>

Inheritance diagram for RVL::LocalDataContainerFactory< DataType >:

RVL::DataContainerFactory RVL::Factory< T > RVL::Writeable List of all members.

Public Member Functions

 LocalDataContainerFactory ()
 LocalDataContainerFactory (LocalDataContainerFactory< DataType > &)
virtual ~LocalDataContainerFactory ()
virtual LocalDataContainer<
DataType > * 
buildLocal () const =0
 returns dynamically allocated LocalDataContainer
DataContainerbuild () const
virtual size_t getSize () const =0
 returns size of LocalDataContainer product

Detailed Description

template<class DataType>
class RVL::LocalDataContainerFactory< DataType >

A factory class for LocalDataContainers.

Useful in defining the partitioned data container class, also LocalSpaces.

Definition at line 157 of file localdata.hh.


Constructor & Destructor Documentation

template<class DataType>
RVL::LocalDataContainerFactory< DataType >::LocalDataContainerFactory (  ) 

Definition at line 161 of file localdata.hh.

template<class DataType>
RVL::LocalDataContainerFactory< DataType >::LocalDataContainerFactory ( LocalDataContainerFactory< DataType > &   ) 

Definition at line 162 of file localdata.hh.

template<class DataType>
virtual RVL::LocalDataContainerFactory< DataType >::~LocalDataContainerFactory (  )  [virtual]

Definition at line 163 of file localdata.hh.


Member Function Documentation

template<class DataType>
virtual LocalDataContainer<DataType>* RVL::LocalDataContainerFactory< DataType >::buildLocal (  )  const [pure virtual]

returns dynamically allocated LocalDataContainer

Implemented in RVL::RnDataContainerFactory< Scalar >, and RVL::RnDataContainerFactory< T >.

Referenced by RVL::LocalDataContainerFactory< T >::build().

template<class DataType>
DataContainer* RVL::LocalDataContainerFactory< DataType >::build (  )  const [virtual]

Implements RVL::Factory< T >.

Definition at line 168 of file localdata.hh.

template<class DataType>
virtual size_t RVL::LocalDataContainerFactory< DataType >::getSize (  )  const [pure virtual]

returns size of LocalDataContainer product

Implemented in RVL::RnDataContainerFactory< Scalar >, and RVL::RnDataContainerFactory< T >.


The documentation for this class was generated from the following file:
Generated on 5 Jan 2017 for LocalRVL by  doxygen 1.4.7