A work in progress by David Woolford.
More...
#include <marchingcubes.h>
|
| typedef unsigned int | U32 |
| |
| typedef long unsigned int | U64 |
| |
| typedef double | F64 |
| |
| typedef float | F32 |
| |
| typedef short int | I16 |
| |
| typedef short unsigned int | U16 |
| |
| typedef unsigned char | U8 |
| |
A work in progress by David Woolford.
- Author
- David Woolford
- Date
- March 2009
Definition at line 502 of file marchingcubes.h.
◆ F32
◆ F64
◆ I16
◆ U16
◆ U32
◆ U64
◆ U8
◆ U3DWriter()
| EMAN::U3DWriter::U3DWriter |
( |
| ) |
|
◆ ~U3DWriter()
| EMAN::U3DWriter::~U3DWriter |
( |
| ) |
|
◆ size_of_in_bytes()
| unsigned int EMAN::U3DWriter::size_of_in_bytes |
( |
| ) |
|
|
private |
◆ test_type_sizes()
| void EMAN::U3DWriter::test_type_sizes |
( |
| ) |
|
|
private |
◆ write() [1/4]
| int EMAN::U3DWriter::write |
( |
const string & |
filename | ) |
|
◆ write() [2/4]
| ostream & EMAN::U3DWriter::write |
( |
ostream & |
| ) |
|
◆ write() [3/4]
template<>
| ostream & EMAN::U3DWriter::write |
( |
ostream & |
os, |
|
|
const string & |
|
|
) |
| |
◆ write() [4/4]
template<typename type >
| ostream & EMAN::U3DWriter::write |
( |
ostream & |
os, |
|
|
const type & |
T |
|
) |
| |
|
inlineprivate |
Definition at line 531 of file marchingcubes.h.
532 os.write( (
const char*)(&T),
sizeof(type) );
◆ write_clod_mesh_generator_node()
| ostream & EMAN::U3DWriter::write_clod_mesh_generator_node |
( |
ostream & |
os | ) |
|
|
private |
◆ write_header()
| ostream & EMAN::U3DWriter::write_header |
( |
ostream & |
| ) |
|
|
private |
◆ DIFFUSE_COLOR_COUNT
| U32 EMAN::U3DWriter::DIFFUSE_COLOR_COUNT |
|
private |
◆ ff
◆ nn
◆ pp
◆ SPECULAR_COLOR_COUNT
| U32 EMAN::U3DWriter::SPECULAR_COLOR_COUNT |
|
private |
The documentation for this class was generated from the following file: