Home
last modified time | relevance | path

Searched refs:setVolumeGridValue (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/Components/Volume/include/
H A DOgreVolumeTextureSource.h60 virtual void setVolumeGridValue(int x, int y, int z, float value);
H A DOgreVolumeHalfFloatGridSource.h65 virtual void setVolumeGridValue(int x, int y, int z, float value);
H A DOgreVolumeGridSource.h112 virtual void setVolumeGridValue(int x, int y, int z, float value) = 0;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Volume/include/
H A DOgreVolumeTextureSource.h55 virtual void setVolumeGridValue(int x, int y, int z, float value);
H A DOgreVolumeHalfFloatGridSource.h60 virtual void setVolumeGridValue(int x, int y, int z, float value);
H A DOgreVolumeGridSource.h106 virtual void setVolumeGridValue(int x, int y, int z, float value) = 0;
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Volume/src/
H A DOgreVolumeHalfFloatGridSource.cpp49 void HalfFloatGridSource::setVolumeGridValue(int x, int y, int z, float value) in setVolumeGridValue() function in Ogre::Volume::HalfFloatGridSource
H A DOgreVolumeTextureSource.cpp48 void TextureSource::setVolumeGridValue(int x, int y, int z, float value) in setVolumeGridValue() function in Ogre::Volume::TextureSource
H A DOgreVolumeGridSource.cpp257 setVolumeGridValue(x, y, z, value); in combineWithSource()
/dports/graphics/ogre3d/ogre-1.11.6/Components/Volume/src/
H A DOgreVolumeHalfFloatGridSource.cpp49 void HalfFloatGridSource::setVolumeGridValue(int x, int y, int z, float value) in setVolumeGridValue() function in Ogre::Volume::HalfFloatGridSource
H A DOgreVolumeTextureSource.cpp48 void TextureSource::setVolumeGridValue(int x, int y, int z, float value) in setVolumeGridValue() function in Ogre::Volume::TextureSource
H A DOgreVolumeGridSource.cpp254 setVolumeGridValue(x, y, z, value); in combineWithSource()