![]() |
LibCarna Version 3.4.0
|
Represents the normal map component of an VolumeSegment object. More...
#include <VolumeSegment.hpp>
Public Member Functions | |
virtual | ~VolumeSegmentNormalsComponent () |
Deletes. | |
void | setNormals (Association< SegmentNormalsVolumeType > *volume) |
Sets the normal map of this partition. | |
SegmentNormalsVolumeType & | normals () |
References the normal map of this partition. | |
const SegmentNormalsVolumeType & | normals () const |
bool | hasNormals () const |
Tells whether this partition has a normal map associated. | |
Represents the normal map component of an VolumeSegment object.
Definition at line 47 of file VolumeSegment.hpp.
|
virtual |
Deletes.
Definition at line 85 of file VolumeSegment.hpp.
bool LibCarna::base::VolumeSegmentNormalsComponent< SegmentNormalsVolumeType >::hasNormals | ( | ) | const |
Tells whether this partition has a normal map associated.
Definition at line 114 of file VolumeSegment.hpp.
SegmentNormalsVolumeType & LibCarna::base::VolumeSegmentNormalsComponent< SegmentNormalsVolumeType >::normals | ( | ) |
References the normal map of this partition.
hasNormals() == true
Definition at line 98 of file VolumeSegment.hpp.
const SegmentNormalsVolumeType & LibCarna::base::VolumeSegmentNormalsComponent< SegmentNormalsVolumeType >::normals | ( | ) | const |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 106 of file VolumeSegment.hpp.
void LibCarna::base::VolumeSegmentNormalsComponent< SegmentNormalsVolumeType >::setNormals | ( | Association< SegmentNormalsVolumeType > * | volume | ) |
Sets the normal map of this partition.
Definition at line 91 of file VolumeSegment.hpp.
Written by Leonid Kostrykin © 2021–2025. Based on Carna (© 2010-2016).
Documentation generated by Doxygen