|
Open CASCADE Technology 6.5.2
|
Reads a cube of voxels from disk.
Beware, a caller of the reader is responsible for deletion of the read voxels.
#include <Voxel_Reader.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Voxel_Reader () | |
| An empty constructor. | |
| Standard_Boolean | Read (const TCollection_ExtendedString &file) |
| Reads the voxels from disk | |
| Standard_Boolean | IsBoolVoxels () const |
| Informs the user about the type of voxels he has read. | |
| Standard_Boolean | IsColorVoxels () const |
| Informs the user about the type of voxels he has read. | |
| Standard_Boolean | IsFloatVoxels () const |
| Informs the user about the type of voxels he has read. | |
| Standard_Address | GetBoolVoxels () const |
| Returns a pointer to the read 1bit voxels. | |
| Standard_Address | GetColorVoxels () const |
| Returns a pointer to the read 4bit voxels. | |
| Standard_Address | GetFloatVoxels () const |
| Returns a pointer to the read 4bytes voxels. | |
| Voxel_Reader::Voxel_Reader | ( | ) |
| Standard_Address Voxel_Reader::GetBoolVoxels | ( | ) | const |
| Standard_Address Voxel_Reader::GetColorVoxels | ( | ) | const |
| Standard_Address Voxel_Reader::GetFloatVoxels | ( | ) | const |
| Standard_Boolean Voxel_Reader::IsBoolVoxels | ( | ) | const |
| Standard_Boolean Voxel_Reader::IsColorVoxels | ( | ) | const |
| Standard_Boolean Voxel_Reader::IsFloatVoxels | ( | ) | const |
| void Voxel_Reader::operator delete | ( | void * | anAddress | ) | [inline] |
| void* Voxel_Reader::operator new | ( | size_t | size | ) | [inline] |
| void* Voxel_Reader::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_Boolean Voxel_Reader::Read | ( | const TCollection_ExtendedString & | file | ) |
1.7.4