Alamo
|
#include <BMP.H>
Public Types | |
enum | Fit { Stretch , FitWidth , FitHeight , Coord } |
enum | Channel { R =0 , G =1 , B =2 } |
Public Member Functions | |
BMP (amrex::Vector< amrex::Geometry > &_geom) | |
BMP (amrex::Vector< amrex::Geometry > &_geom, IO::ParmParse &pp, std::string name) | |
void | Define (std::string bmpfilename) |
void | Add (const int &lev, Set::Field< Set::Scalar > &a_field, Set::Scalar) |
![]() | |
IC (amrex::Vector< amrex::Geometry > &_geom) | |
virtual | ~IC () |
void | Add (const int &lev, Set::Field< Set::Scalar > &field) |
void | Initialize (const int &a_lev, Set::Field< Set::Scalar > &a_field, Set::Scalar a_time=0.0) |
void | Initialize (const int &a_lev, Set::Field< Set::Scalar > &a_field, Set::Scalar a_time=0.0) |
virtual void | SetComp (int a_comp) final |
Static Public Member Functions | |
static void | Parse (BMP &value, IO::ParmParse &pp) |
Static Public Attributes | |
static constexpr const char * | name = "bmp" |
Private Attributes | |
Util::BMP | bmp |
Fit | fit = Fit::Stretch |
Channel | channel = Channel::G |
Set::Scalar | min =NAN |
Set::Scalar | max =NAN |
Set::Vector | coord_lo = Set::Vector::Zero() |
Set::Vector | coord_hi = Set::Vector::Zero() |
Additional Inherited Members | |
![]() | |
amrex::Vector< amrex::Geometry > & | geom |
int | comp |
enum IC::BMP::Channel |
enum IC::BMP::Fit |
|
inline |
|
inline |
|
inlinevirtual |
Implements IC::IC< Set::Scalar >.
|
inlinestatic |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |