Field3D
MACField.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  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< V3dMACField3d
typedef MACField< V3fMACField3f
typedef MACField< V3hMACField3h

Enumerations

enum  MACComponent {
  MACCompU = 0, MACCompV, MACCompW, MACCompU = 0,
  MACCompV, MACCompW
}

Functions

Box3i MACFieldUtil::makeDataWindowForComponent (Box3i dataWindow, MACComponent comp)

Typedef Documentation

Definition at line 330 of file MACField.h.

Definition at line 331 of file MACField.h.

Definition at line 332 of file MACField.h.


Enumeration Type Documentation

Enumerator:
MACCompU 
MACCompV 
MACCompW 
MACCompU 
MACCompV 
MACCompW 

Definition at line 71 of file MACField.h.