SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs
DatatypeFwd.h File Reference
#include <vector>
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
#include <boost/optional.hpp>
#include <boost/any.hpp>
#include <Core/Datatypes/MatrixFwd.h>
#include <Core/Datatypes/share.h>

Go to the source code of this file.

Classes

class  Scalar< T >
 

Namespaces

 SCIRun
 STL datatypes needed.
 
 SCIRun::Core
 
 SCIRun::Core::Datatypes
 

Typedefs

typedef boost::shared_ptr
< Datatype > 
DatatypeHandle
 
typedef boost::shared_ptr
< const Datatype > 
DatatypeConstHandle
 
typedef boost::optional
< DatatypeHandle > 
DatatypeHandleOption
 
typedef Scalar< int > Int32
 
typedef Scalar< double > Double
 
typedef boost::shared_ptr< String > StringHandle
 
typedef boost::shared_ptr
< GeometryObject > 
GeometryHandle
 
typedef boost::shared_ptr< Field > FieldHandle
 
typedef boost::shared_ptr< Mesh > MeshHandle
 
typedef std::vector< FieldHandle > FieldList