FAST
3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
|
#include <BoundingBox.hpp>
Public Member Functions | |
void | create () |
int | getNrOfLines () |
int | getNrOfVertices () |
BoundingBoxSetAccess::pointer | getAccess (accessType type) |
BoundingBoxSetOpenGLAccess::pointer | getOpenGLAccess (accessType type) |
void | freeAll () override |
void | free (ExecutionDevice::pointer device) override |
~BoundingBoxSet () | |
virtual DataBoundingBox | getBoundingBox () const override |
![]() | |
SpatialDataObject () | |
virtual DataBoundingBox | getTransformedBoundingBox () const |
SceneGraphNode::pointer | getSceneGraphNode () const |
![]() | |
DataObject () | |
void | setMetadata (std::string name, std::string value) |
void | setMetadata (std::unordered_map< std::string, std::string > metadata) |
std::string | getMetadata (std::string name) const |
std::unordered_map< std::string, std::string > | getMetadata () const |
void | deleteMetadata (std::string name) |
uint64_t | getTimestamp () const |
void | updateModifiedTimestamp () |
virtual | ~DataObject () |
virtual std::string | getNameOfClass () const =0 |
uint64_t | getCreationTimestamp () const |
void | setCreationTimestamp (uint64_t timestamp) |
void | setLastFrame (std::string streamer) |
bool | isLastFrame () |
bool | isLastFrame (std::string streamer) |
std::unordered_set< std::string > | getLastFrame () |
void | setFrameData (std::string name, std::string value) |
std::string | getFrameData (std::string name) |
std::unordered_map< std::string, std::string > | getFrameData () |
void | accessFinished () |
![]() | |
Object () | |
virtual | ~Object () |
Reporter & | getReporter () |
Protected Member Functions | |
BoundingBoxSet () | |
void | setAllDataToOutOfDate () |
![]() | |
void | blockIfBeingWrittenTo () |
void | blockIfBeingAccessed () |
![]() | |
Reporter & | reportError () |
Reporter & | reportWarning () |
Reporter & | reportInfo () |
ReporterEnd | reportEnd () const |
Protected Attributes | |
bool | mVBOHasData |
bool | mVBODataIsUpToDate |
GLuint | mCoordinateVBO = 0 |
GLuint | mLineEBO = 0 |
GLuint | m_labelVBO = 0 |
bool | mHostHasData |
bool | mHostDataIsUpToDate |
std::vector< float > | mCoordinates |
std::vector< uint > | mLines |
std::vector< uchar > | m_labels |
std::vector< float > | m_scores |
uint | mNrOfVertices |
uint | mNrOfLines |
bool | mIsInitialized |
![]() | |
DataBoundingBox | mBoundingBox |
![]() | |
std::mutex | mDataIsBeingWrittenToMutex |
std::condition_variable | mDataIsBeingWrittenToCondition |
bool | mDataIsBeingWrittenTo |
std::mutex | mDataIsBeingAccessedMutex |
std::condition_variable | mDataIsBeingAccessedCondition |
bool | mDataIsBeingAccessed |
![]() | |
std::weak_ptr< Object > | mPtr |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< SpatialDataObject > | pointer |
![]() | |
typedef std::shared_ptr< DataObject > | pointer |
![]() | |
typedef std::shared_ptr< Object > | pointer |
![]() | |
static std::string | getStaticNameOfClass () |
![]() | |
static std::string | getStaticNameOfClass () |
![]() | |
static std::string | getStaticNameOfClass () |
fast::BoundingBoxSet::~BoundingBoxSet | ( | ) |
|
protected |
void fast::BoundingBoxSet::create | ( | ) |
|
overridevirtual |
Implements fast::DataObject.
|
overridevirtual |
Implements fast::DataObject.
BoundingBoxSetAccess::pointer fast::BoundingBoxSet::getAccess | ( | accessType | type | ) |
|
overridevirtual |
Reimplemented from fast::SpatialDataObject.
int fast::BoundingBoxSet::getNrOfLines | ( | ) |
int fast::BoundingBoxSet::getNrOfVertices | ( | ) |
BoundingBoxSetOpenGLAccess::pointer fast::BoundingBoxSet::getOpenGLAccess | ( | accessType | type | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |