casa
5.7.0-16
|
#include <PassThroughTVI.h>
Public Member Functions | |
PassThroughTVILayerFactory () | |
virtual | ~PassThroughTVILayerFactory () |
Public Member Functions inherited from casa::vi::ViiLayerFactory | |
virtual | ~ViiLayerFactory () |
virtual ViImplementation2 * | createViImpl2 (casacore::Vector< ViiLayerFactory * > viifactories) const |
Protected Member Functions | |
virtual ViImplementation2 * | createInstance (ViImplementation2 *vii0) const |
Make a ViImplementation with another as input Must be specialized for each type. More... | |
Definition at line 60 of file PassThroughTVI.h.
casa::vi::PassThroughTVILayerFactory::PassThroughTVILayerFactory | ( | ) |
|
virtual |
|
protectedvirtual |
Make a ViImplementation with another as input Must be specialized for each type.
Implements casa::vi::ViiLayerFactory.