Blue Brain BioExplorer
core::engine::optix::OptiXVolume Class Reference

#include <OptiXVolume.h>

Inheritance diagram for core::engine::optix::OptiXVolume:
Collaboration diagram for core::engine::optix::OptiXVolume:

Public Member Functions

 OptiXVolume (const Vector3ui &dimensions, const Vector3f &spacing, const DataType dataType, const VolumeParameters &params)
 Constructs a Volume object. More...
 
void setDataRange (const Vector2f &) final
 
void commit () final
 Commits changes to the volume. More...
 
- Public Member Functions inherited from core::Volume
PLATFORM_API Volume (const Vector3ui &dimensions, const Vector3f &spacing, const DataType type)
 Constructs a Volume object. More...
 
PLATFORM_API Vector2f getDataRange () const
 
PLATFORM_API size_t getSizeInBytes () const
 Gets the size of the volume in bytes. More...
 
PLATFORM_API Boxd getBounds () const
 Gets the bounding box of the volume. More...
 
PLATFORM_API Vector3f getDimensions () const
 Get the Dimensions object. More...
 
PLATFORM_API Vector3f getElementSpacing () const
 Get the Element Spacing object. More...
 
PLATFORM_API Vector3f getOffset () const
 Get the Offset object. More...
 
PLATFORM_API Vector2f getValueRange () const
 Get the Value Range object. More...
 
- Public Member Functions inherited from core::BaseObject
 BaseObject ()=default
 
virtual ~BaseObject ()=default
 
 BaseObject (const BaseObject &)
 
BaseObjectoperator= (const BaseObject &rhs)
 
bool isModified () const
 
void resetModified ()
 
void markModified (const bool triggerCallback=true)
 
void onModified (const ModifiedCallback &callback)
 
void clearModifiedCallback ()
 

Protected Attributes

const VolumeParameters_parameters
 
RTformat _dataType {RT_FORMAT_UNSIGNED_BYTE}
 
uint64_t _dataTypeSize {1}
 
- Protected Attributes inherited from core::Volume
std::atomic_size_t _sizeInBytes {0}
 
const Vector3ui _dimensions
 
const Vector3f _spacing
 
Vector3f _offset
 
const DataType _dataType
 
Vector2f _valueRange {-1e6f, 1e6f}
 

Additional Inherited Members

- Public Types inherited from core::BaseObject
using ModifiedCallback = std::function< void(const BaseObject &)>
 
- Protected Member Functions inherited from core::BaseObject
template<typename T >
void _updateValue (T &member, const T &newValue, const bool triggerCallback=true)
 
template<class T >
bool _isEqual (const T &a, const T &b, typename std::enable_if< std::is_floating_point< T >::value >::type *=0)
 
template<class T >
bool _isEqual (const T &a, const T &b, typename std::enable_if<!std::is_floating_point< T >::value >::type *=0)
 

Detailed Description

Definition at line 41 of file OptiXVolume.h.

Constructor & Destructor Documentation

◆ OptiXVolume()

core::engine::optix::OptiXVolume::OptiXVolume ( const Vector3ui dimensions,
const Vector3f spacing,
const DataType  dataType,
const VolumeParameters params 
)

Constructs a Volume object.

Parameters
dimensionsThe dimensions of the volume as a Vector3ui object.
spacingThe spacing between voxels as a Vector3f object.
typeThe data type of the volume.

Definition at line 38 of file OptiXVolume.cpp.

Member Function Documentation

◆ commit()

void core::engine::optix::OptiXVolume::commit ( )
inlinefinalvirtual

Commits changes to the volume.

Implements core::Volume.

Definition at line 54 of file OptiXVolume.h.

◆ setDataRange()

void core::engine::optix::OptiXVolume::setDataRange ( const Vector2f )
inlinefinalvirtual

Implements core::Volume.

Definition at line 49 of file OptiXVolume.h.

Member Data Documentation

◆ _dataType

RTformat core::engine::optix::OptiXVolume::_dataType {RT_FORMAT_UNSIGNED_BYTE}
protected

Definition at line 61 of file OptiXVolume.h.

◆ _dataTypeSize

uint64_t core::engine::optix::OptiXVolume::_dataTypeSize {1}
protected

Definition at line 62 of file OptiXVolume.h.

◆ _parameters

const VolumeParameters& core::engine::optix::OptiXVolume::_parameters
protected

Definition at line 59 of file OptiXVolume.h.


The documentation for this class was generated from the following files: