Field3D
|
#include <vector>
#include <boost/lexical_cast.hpp>
#include "Field.h"
#include "ns.h"
Go to the source code of this file.
Classes | |
class | MACField< Data_T > |
This subclass of Field implements a standard MAC field. Refer to your favorite fluid simulations book for an explanation. More... | |
class | MACField< Data_T >::const_mac_comp_iterator |
class | MACField< Data_T >::mac_comp_iterator |
Namespaces | |
namespace | MACFieldUtil |
Typedefs | |
typedef MACField< V3d > | MACField3d |
typedef MACField< V3f > | MACField3f |
typedef MACField< V3h > | MACField3h |
Enumerations | |
enum | MACComponent { MACCompU = 0, MACCompV, MACCompW, MACCompU = 0, MACCompV, MACCompW } |
Functions | |
Box3i | MACFieldUtil::makeDataWindowForComponent (Box3i dataWindow, MACComponent comp) |
typedef MACField<V3h> MACField3h |
Definition at line 330 of file MACField.h.
typedef MACField<V3f> MACField3f |
Definition at line 331 of file MACField.h.
typedef MACField<V3d> MACField3d |
Definition at line 332 of file MACField.h.
enum MACComponent |
Definition at line 71 of file MACField.h.