#include <BinaryRawFile.h>
|
template<typename T > |
| BinaryRawFile (const std::string &filename, const Vector3< uint_t > &size, const T) |
|
void | init (const std::string &filename, const std::string &datatype) |
|
template<typename T > |
void | init (const std::string &filename) |
|
◆ BinaryRawFile() [1/3]
walberla::geometry::BinaryRawFile::BinaryRawFile |
( |
const std::string & |
filename, |
|
|
const Vector3< uint_t > & |
size, |
|
|
const std::string & |
datatype |
|
) |
| |
◆ BinaryRawFile() [2/3]
◆ BinaryRawFile() [3/3]
template<typename T >
walberla::geometry::BinaryRawFile::BinaryRawFile |
( |
const std::string & |
filename, |
|
|
const Vector3< uint_t > & |
size, |
|
|
const |
T |
|
) |
| |
|
private |
◆ get() [1/2]
bool walberla::geometry::BinaryRawFile::get |
( |
const uint_t |
x, |
|
|
const uint_t |
y, |
|
|
const uint_t |
z |
|
) |
| const |
|
inline |
◆ get() [2/2]
bool walberla::geometry::BinaryRawFile::get |
( |
const Vector3< uint_t > & |
pos | ) |
const |
|
inline |
◆ init() [1/2]
template<typename T >
void walberla::geometry::BinaryRawFile::init |
( |
const std::string & |
filename | ) |
|
|
private |
◆ init() [2/2]
void walberla::geometry::BinaryRawFile::init |
( |
const std::string & |
filename, |
|
|
const std::string & |
datatype |
|
) |
| |
|
private |
◆ loadFile()
◆ size()
const Vector3< uint_t>& walberla::geometry::BinaryRawFile::size |
( |
| ) |
const |
|
inline |
◆ data_
std::vector< bool > walberla::geometry::BinaryRawFile::data_ |
|
private |
◆ size_
The documentation for this class was generated from the following files:
- /builds/administration/walberla-website/walberla/src/geometry/structured/BinaryRawFile.h
- /builds/administration/walberla-website/walberla/src/geometry/structured/BinaryRawFile.cpp