Carna
Version 3.3.2
|
Represents the normal map component of an VolumeSegment object. More...
#include <VolumeSegment.h>
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. More... | |
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 48 of file VolumeSegment.h.
SegmentNormalsVolumeType & Carna::base::VolumeSegmentNormalsComponent< SegmentNormalsVolumeType >::normals | ( | ) |
References the normal map of this partition.
hasNormals() == true
Definition at line 99 of file VolumeSegment.h.
const SegmentNormalsVolumeType & Carna::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 107 of file VolumeSegment.h.
Documentation generated by Doxygen