#include <Field.h>
Definition at line 14 of file Field.h.
◆ Field()
◆ ~Field()
virtual flow::Field::~Field |
( |
| ) |
|
|
virtualdefault |
◆ GetNumberOfTimesteps()
virtual uint32_t flow::Field::GetNumberOfTimesteps |
( |
| ) |
const |
|
pure virtual |
◆ GetNumOfEmptyVelocityNames()
int flow::Field::GetNumOfEmptyVelocityNames |
( |
| ) |
const |
◆ GetScalar()
virtual int flow::Field::GetScalar |
( |
double |
time, |
|
|
glm::vec3 |
pos, |
|
|
float & |
val |
|
) |
| const |
|
pure virtual |
◆ GetVelocity()
virtual int flow::Field::GetVelocity |
( |
double |
time, |
|
|
glm::vec3 |
pos, |
|
|
glm::vec3 & |
vel |
|
) |
| const |
|
pure virtual |
◆ InsideVolumeScalar()
virtual bool flow::Field::InsideVolumeScalar |
( |
double |
time, |
|
|
glm::vec3 |
pos |
|
) |
| const |
|
pure virtual |
◆ InsideVolumeVelocity()
virtual bool flow::Field::InsideVolumeVelocity |
( |
double |
time, |
|
|
glm::vec3 |
pos |
|
) |
| const |
|
pure virtual |
◆ LockParams()
virtual auto flow::Field::LockParams |
( |
| ) |
-> int |
|
pure virtual |
◆ UnlockParams()
virtual auto flow::Field::UnlockParams |
( |
| ) |
-> int |
|
pure virtual |
◆ IsSteady
bool flow::Field::IsSteady = false |
◆ ScalarName
std::string flow::Field::ScalarName = "" |
◆ VelocityNames
std::array<std::string, 3> flow::Field::VelocityNames = {{"", "", ""}} |
The documentation for this class was generated from the following file:
- /Users/pearse/VAPOR/include/vapor/Field.h