![]() |
anatomist
5.0.5
3D neuroimaging data viewer
|
#include <anatomist/qtvr3/cubeZbuffer.h>
Public Member Functions | |
CubeZBuffer () | |
virtual | ~CubeZBuffer () |
void | compute (const float *) |
float | getMinZ () const |
float | getMaxZ () const |
float | getVertexZ (int) const |
int | getKey (float) const |
float | getStep (int) const |
float | getZ (const Vector3d &) const |
Definition at line 44 of file cubeZbuffer.h.
Vr::CubeZBuffer::CubeZBuffer | ( | ) |
|
inlinevirtual |
Definition at line 50 of file cubeZbuffer.h.
References compute(), getKey(), getMaxZ(), getMinZ(), getStep(), getVertexZ(), and getZ().
void Vr::CubeZBuffer::compute | ( | const float * | ) |
Referenced by ~CubeZBuffer().
int Vr::CubeZBuffer::getKey | ( | float | ) | const |
Referenced by ~CubeZBuffer().
float Vr::CubeZBuffer::getMaxZ | ( | ) | const |
Referenced by ~CubeZBuffer().
float Vr::CubeZBuffer::getMinZ | ( | ) | const |
Referenced by ~CubeZBuffer().
float Vr::CubeZBuffer::getStep | ( | int | ) | const |
Referenced by ~CubeZBuffer().
float Vr::CubeZBuffer::getVertexZ | ( | int | ) | const |
Referenced by ~CubeZBuffer().
float Vr::CubeZBuffer::getZ | ( | const Vector3d & | ) | const |
Referenced by ~CubeZBuffer().