Field3D
EmptyField.h File Reference
#include <vector>
#include <boost/lexical_cast.hpp>
#include "Field.h"
#include "ns.h"

Go to the source code of this file.

Classes

class  EmptyField< Data_T >
 This subclass of Field does not store any data. More...

Defines

#define UNUSED(p)   ((p)=(p))

Typedefs

typedef std::vector< ProxyPtrProxies
typedef EmptyField< float > Proxy
typedef EmptyField< float >::Ptr ProxyPtr

Define Documentation

#define UNUSED (   p)    ((p)=(p))

Definition at line 62 of file EmptyField.h.


Typedef Documentation

typedef EmptyField<float> Proxy

Definition at line 309 of file EmptyField.h.

typedef EmptyField<float>::Ptr ProxyPtr

Definition at line 310 of file EmptyField.h.

typedef std::vector<ProxyPtr> Proxies

Definition at line 311 of file EmptyField.h.