ConstantVectorField.hpp File Reference
#include <Core/Field/VectorField.hpp>
Go to the source code of this file.
Classes | |
class | CubbyFlow::ConstantVectorField< N > |
N-D constant vector field. More... | |
class | CubbyFlow::ConstantVectorField< N >::Builder |
Front-end to create ConstantVectorField objects step by step. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::ConstantVectorField2 = ConstantVectorField< 2 > |
2-D ConstantVectorField type. More... | |
using | CubbyFlow::ConstantVectorField3 = ConstantVectorField< 3 > |
3-D ConstantVectorField type. More... | |
using | CubbyFlow::ConstantVectorField2Ptr = std::shared_ptr< ConstantVectorField2 > |
Shared pointer for the ConstantVectorField2 type. More... | |
using | CubbyFlow::ConstantVectorField3Ptr = std::shared_ptr< ConstantVectorField3 > |
Shared pointer for the ConstantVectorField3 type. More... | |