|
Alamo
|
#include <PNG.H>
Public Types | |
| enum | Fit { Stretch , FitWidth , FitHeight , Coord } |
| enum | Channel { R = 0 , G = 1 , B = 2 , A = 3 } |
Public Member Functions | |
| virtual | ~PNG () |
| PNG (amrex::Vector< amrex::Geometry > &_geom) | |
| PNG (amrex::Vector< amrex::Geometry > &_geom, IO::ParmParse &pp, std::string name) | |
| PNG (amrex::Vector< amrex::Geometry > &_geom, Unit a_unit, IO::ParmParse &pp, std::string name) | |
| void | Add (const int &lev, Set::Field< Set::Scalar > &a_field, Set::Scalar) |
Public Member Functions inherited from IC::IC< 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 (PNG &value, IO::ParmParse &pp) |
Static Public Attributes | |
| static constexpr const char * | name = "png" |
Private Attributes | |
| Util::PNG | png |
| Channel | channel = Channel::G |
| Unit | unit = Unit::Less() |
Additional Inherited Members | |
Protected Attributes inherited from IC::IC< Set::Scalar > | |
| amrex::Vector< amrex::Geometry > & | geom |
| int | comp |
| enum IC::PNG::Channel |
| enum IC::PNG::Fit |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements IC::IC< Set::Scalar >.
|
inlinestatic |
|
private |
|
private |