|
MorphoGraphX
2.0-1-227
|
#include <ImageData.hpp>
Inheritance diagram for mgx::ImgData:Public Slots | |
| void | updateLineColor () |
| void | MainShowSlot (bool val) |
| void | MainBrightSlot (int val) |
| void | MainOpacitySlot (int val) |
| void | MainLabelsSlot (bool val) |
| void | Main16BitSlot (bool val) |
| void | MainColorMapSlot () |
| void | WorkShowSlot (bool val) |
| void | WorkBrightSlot (int val) |
| void | WorkOpacitySlot (int val) |
| void | WorkLabelsSlot (bool val) |
| void | Work16BitSlot (bool val) |
| void | WorkColorMapSlot () |
| void | SurfShowSlot (bool val) |
| void | SurfBrightSlot (int val) |
| void | SurfOpacitySlot (int val) |
| void | SurfBlendSlot (bool val) |
| void | SurfCullSlot (bool val) |
| void | SurfVertexSlot (bool val) |
| void | SurfTriangleSlot (bool val) |
| void | SurfLabelSlot (bool val) |
| void | VertexViewSlot (const QString &s) |
| void | TriangleViewSlot (const QString &s) |
| void | LabelViewSlot (const QString &s) |
| void | VertexColorMapSlot () |
| void | TriangleColorMapSlot () |
| void | LabelColorMapSlot () |
| void | SurfParentSlot (bool val) |
| void | MeshShowSlot (bool val) |
| void | ChangeMeshViewModeSlot (const QString &s) |
| void | AxisShowSlot (bool val) |
| void | ChangeAxisViewModeSlot (const QString &s) |
| void | MeshLinesSlot (bool val) |
| void | MeshPointsSlot (bool val) |
| void | ViewerUpdateSlot (void) |
| void | UpdateColorMapSlot (void) |
| void | CellMapSlot (bool val) |
| void | ShowTransSlot (bool val) |
| void | ShowScaleSlot (bool val) |
| void | ShowBBoxSlot (bool val) |
| void | TieScalesSlot (bool val) |
| void | ScaleSlotX (int val) |
| void | ScaleSlotY (int val) |
| void | ScaleSlotZ (int val) |
| void | setSurfColorMap (const TransferFunction &fct) |
| void | setHeatColorMap (const TransferFunction &fct) |
| void | setWorkColorMap (const TransferFunction &fct) |
| void | setMainColorMap (const TransferFunction &fct) |
| void | updateSurfColorMap (const TransferFunction &fct) |
| void | updateHeatColorMap (const TransferFunction &fct) |
| void | updateWorkColorMap (const TransferFunction &fct) |
| void | updateMainColorMap (const TransferFunction &fct) |
Signals | |
| void | changedInterface () |
| void | changeSize (const Point3u &size, const Point3f &step, const Point3f &origin) |
| void | stackUnloaded () |
| void | viewerUpdate () |
| void | updateSliderScale () |
| void | forceSurfHeat () |
| void | toggleEditLabels () |
Public Member Functions | |
| ImgData (int id, QWidget *_parent=0) | |
| ~ImgData () | |
| void | init (Stack *s, Mesh *m) |
| void | setWork16Bit (bool val) |
| void | setMain16Bit (bool val) |
| void | readParms (Parms &parms, QString section) |
| void | writeParms (QTextStream &pout, QString section) |
| qglviewer::ManipulatedFrame & | getFrame () |
| qglviewer::ManipulatedFrame & | getMainFrame () |
| qglviewer::ManipulatedFrame & | getTransFrame () |
| int | eval (Point3f p) |
| void | drawStack (Shader *shader) |
| void | setColorMap (const QString &pth, bool work) |
| void | updateHeatHistogram () |
| void | updateSurfHistogram () |
| void | updateWorkHistogram () |
| void | updateMainHistogram () |
| void | editMainTransferFunction () |
| void | editWorkTransferFunction () |
| void | editSurfTransferFunction () |
| void | editHeatTransferFunction () |
| void | updateSurfColorMap () |
| void | updateHeatColorMap () |
| void | updateWorkColorMap () |
| void | updateMainColorMap () |
| void | updateColorMap (bool &newColorMap, std::vector< TransferFunction::Colorf > &ColorMap, const TransferFunction &transferFct) |
| void | setupSurfColorMap () |
| void | setupHeatColorMap () |
| void | setupMainColorMap () |
| void | setupMainColorMap2 () |
| void | setupWorkColorMap () |
| void | setupWorkColorMap2 () |
| void | setupLabelColorMap () |
| void | setupColorMap (bool &newColorMap, GLuint &cmapTexId, const std::vector< TransferFunction::Colorf > &ColorMap, Shader::ActiveTextures activeTex) |
| bool | setupTexFromColorMap (GLuint &texId, const ColorbVec &colorVec) |
| void | drawMesh () |
| void | drawVertexVertexLine (ImgData *stack) |
| void | drawAxis () |
| void | drawBBox () |
| void | setup3DRenderingData (Shader *shader) |
| void | drawSurf (bool select, Shader *textureShader=0, Shader *labelShader=0, Shader *colorShader=0, Shader *volumeShader=0) |
| bool | showOpaqueSurface () |
| bool | showTransparentSurface () |
| void | setupVolumeShader (Shader &shader, int pos) |
| void | getClipTestData (ClipRegion &clip1, ClipRegion &clip2, ClipRegion &clip3) |
| bool | clipTest (const Point3i &ip) |
| void | resetStack () |
| void | resetMesh () |
| void | initControls (QWidget *viewer) |
| void | unloadTex () |
| void | loadTex () |
| void | reloadLabelTex () |
| void | reloadMainTex (const BoundingBox3i &bbox=BoundingBox3i()) |
| void | reloadWorkTex (const BoundingBox3i &bbox=BoundingBox3i()) |
| void | reloadTex (GLuint texId) |
| void | updateTex (GLuint texId, BoundingBox3i bBox) |
| void | initTex () |
| void | bind3DTex (GLuint texId, Shader::ActiveTextures atexId=Shader::AT_TEX3D) |
| void | bind2DTex (GLuint texId) |
| void | unbind3DTex () |
| void | unbind2DTex () |
| void | loadImgTex (const QImage &image) |
| void | fillLabel (const IntSet &label, int currlabel) |
| void | setParent (int label, int parentLabel) |
| void | setParent (const IntSet &labels, int parentLabel) |
| void | selectLabel (int label, int repeat=0) |
| void | selectLabel (const IntSet &labels) |
| void | unselectLabel (const IntSet &labels) |
| void | selectParent (int label, int repeat=0) |
| void | selectParent (const IntSet &labels) |
| void | unselectParent (const IntSet &parents) |
| void | selectConnected (std::vector< uint > &vlist, bool unselect) |
| void | selectVertices (std::vector< uint > &vlist, bool unselect) |
| void | addSeed (int label, std::vector< uint > &vlist) |
| void | fillSelect (int label) |
| void | deleteLabel (int label) |
| void | updatePoints (uint &VCount, uint &LCount, uint &TCount) |
| void | updatePos () |
| void | updateNextLabel () |
| void | updateTriColor () |
| void | updateLines () |
| void | updateTriPos () |
| void | updateSelectTris () |
| void | updateImageTex2d () |
| void | updateCellGraph () |
| void | updateAxis () |
| void | fillVBOs () |
| bool | startSelectFbo () |
| bool | stopSelectFbo () |
| bool | readSelectFbo () |
| void | correctSelection (bool inclusive) |
| void | updateSelection () |
| void | updColorVBOs () |
| void | findSelectTriangle (uint x, uint y, std::vector< uint > &vlist, int &label, bool useParentLabel=true) |
| bool | findSeedPoint (uint x, uint y, CutSurf &cutSurf, Point3f &p) |
| void | clearMeshSelect () |
| void | addSelect (const VtxVec &vList) |
| void | removeSelect (const VtxVec &vlist) |
| void | bBoxClip (BoundingBox3f &bBox, Point3f p, Point3f n) |
| void | bBoxFromClip () |
| void | voxelEditStart (ClipRegion &clip1, ClipRegion &clip2, ClipRegion &clip3) |
| void | voxelEdit (float pixelRadius, const Point3f &p, const Point3f &px, const Point3f &py, const Point3f &pz, bool doCut, int currentLabel) |
| void | voxelEditStop () |
| bool | isMainVisible () const |
| bool | isWorkVisible () const |
| bool | isVisible () const |
| HVecUS & | currentData () |
| const HVecUS & | currentData () const |
| Point3f | imageGradientW (Point3d worldpos) |
| Point3f | imageGradientI (Point3i ipos) |
| uint | imageLevel (Point3d worldpos) |
| Point2i | imageMinMax () |
| GLenum | interpolation (GLuint texId) |
| GLenum | internalFormat (GLuint texId) |
| GLenum | swapTextureBytes (GLuint texId) |
| void | updateStackSize () |
| void | setTexScale (float s) |
| bool | valid () const |
| float | trimTex (const float val) |
| Point2f | trimTex (const Point2f &val) |
| template<typename T > | |
| Point3f | imageToWorld (const Vector< 3, T > &img) const |
| Go from image coordinates to world coordinates. More... | |
| template<typename T > | |
| Vector< 3, T > | worldToImage (Point3f wrld) const |
| Go from world coordinates to image coordinates. More... | |
| Point3f | worldToImagef (const Point3f &a) const |
| Point3i | worldToImagei (const Point3f &a) const |
| Point3u | worldToImageu (const Point3f &a) const |
| int | toSliderScale (float s) |
| float | fromSliderScale (int i) |
Static Public Attributes | |
| static const uint | RELOAD_NONE |
| static const uint | RELOAD_MAIN |
| static const uint | RELOAD_WORK |
| static const uint | RELOAD_TRIS |
| static const uint | RELOAD_LINES |
| static const uint | RELOAD_POS |
| static const uint | RELOAD_VBO |
| static const uint | UPDATE_SELECTION |
| static int | ClearColor |
| static uint | Slices |
| static uint | TileCount |
| static Point3u | MaxTexSize |
| static float | SurfOffset |
| static float | DrawNormals |
| static float | DrawOffset |
| static float | DrawZeroLabels |
| static float | DrawNhbds |
| static bool | DeleteBadVertex |
| static bool | FillWorkData |
| static bool | SeedStack |
| static int | VoxelEditRadius |
| static int | VoxelEditMaxPix |
| static std::vector< Colorf > | LabelColors |
| static bool | MeshSelect |
| static ScaleBar | scaleBar |
| static Colorbar | colorBar |
| static float | MeshPointSize |
| static float | MeshLineWidth |
Protected Member Functions | |
| void | updLabel (int label, std::vector< uint > &vlist) |
| void | load3DTexData (const GLuint texId, const Point3u size, const ushort *data) |
| Point3u | getTexStep () |
| bool | testQuad (float a, float b, float c, float d, float x) |
| Point3GLub | pColor (const vertex &v) |
| bool | lDraw (const vertex &a, const vertex &b) |
| size_t | offset (uint x, uint y, uint z) |
| size_t | offset (Point3i ipos) |
| bool | boundsOK (int x, int y, int z) |
| void | updateHistogram (std::vector< double > &hist, const HVecUS &data, std::pair< double, double > &minMaxValues, int max_data=1<< 16, int size=512) |
| void | invalidateHistogram (std::vector< double > &hist) |
| void | clearData (HVecUS &data) |
| Point3f | texCoordLabels (int label, const vertex &v, const IntFloatAttr &labelHeat) |
| Point3f | texCoordWalls (int label, const vertex &v, const vertex &a, const vertex &b, const vertex &c, const IntIntFloatAttr &wallHeat) |
| bool | setLabel (vertex v1, vertex v2, vertex v3, int label) |
Definition at line 45 of file ImageData.hpp.
| mgx::ImgData::ImgData | ( | int | id, |
| QWidget * | _parent = 0 |
||
| ) |
| mgx::ImgData::~ImgData | ( | ) |
| void mgx::ImgData::addSeed | ( | int | label, |
| std::vector< uint > & | vlist | ||
| ) |
| void mgx::ImgData::addSelect | ( | const VtxVec & | vList | ) |
|
slot |
| void mgx::ImgData::bBoxClip | ( | BoundingBox3f & | bBox, |
| Point3f | p, | ||
| Point3f | n | ||
| ) |
| void mgx::ImgData::bBoxFromClip | ( | ) |
| void mgx::ImgData::bind2DTex | ( | GLuint | texId | ) |
| void mgx::ImgData::bind3DTex | ( | GLuint | texId, |
| Shader::ActiveTextures | atexId = Shader::AT_TEX3D |
||
| ) |
|
inlineprotected |
Definition at line 625 of file ImageData.hpp.
|
slot |
|
slot |
|
signal |
|
slot |
|
signal |
|
inlineprotected |
Definition at line 657 of file ImageData.hpp.
| void mgx::ImgData::clearMeshSelect | ( | ) |
| bool mgx::ImgData::clipTest | ( | const Point3i & | ip | ) |
| void mgx::ImgData::correctSelection | ( | bool | inclusive | ) |
|
inline |
Definition at line 513 of file ImageData.hpp.
|
inline |
Definition at line 519 of file ImageData.hpp.
| void mgx::ImgData::deleteLabel | ( | int | label | ) |
| void mgx::ImgData::drawAxis | ( | ) |
| void mgx::ImgData::drawBBox | ( | ) |
| void mgx::ImgData::drawMesh | ( | ) |
| void mgx::ImgData::drawStack | ( | Shader * | shader | ) |
| void mgx::ImgData::drawSurf | ( | bool | select, |
| Shader * | textureShader = 0, |
||
| Shader * | labelShader = 0, |
||
| Shader * | colorShader = 0, |
||
| Shader * | volumeShader = 0 |
||
| ) |
| void mgx::ImgData::drawVertexVertexLine | ( | ImgData * | stack | ) |
| void mgx::ImgData::editHeatTransferFunction | ( | ) |
| void mgx::ImgData::editMainTransferFunction | ( | ) |
| void mgx::ImgData::editSurfTransferFunction | ( | ) |
| void mgx::ImgData::editWorkTransferFunction | ( | ) |
| int mgx::ImgData::eval | ( | Point3f | p | ) |
| void mgx::ImgData::fillLabel | ( | const IntSet & | label, |
| int | currlabel | ||
| ) |
| void mgx::ImgData::fillSelect | ( | int | label | ) |
| void mgx::ImgData::fillVBOs | ( | ) |
| void mgx::ImgData::findSelectTriangle | ( | uint | x, |
| uint | y, | ||
| std::vector< uint > & | vlist, | ||
| int & | label, | ||
| bool | useParentLabel = true |
||
| ) |
|
signal |
| float mgx::ImgData::fromSliderScale | ( | int | i | ) |
| void mgx::ImgData::getClipTestData | ( | ClipRegion & | clip1, |
| ClipRegion & | clip2, | ||
| ClipRegion & | clip3 | ||
| ) |
|
inline |
Definition at line 229 of file ImageData.hpp.
|
inline |
Definition at line 232 of file ImageData.hpp.
|
protected |
|
inline |
Definition at line 235 of file ImageData.hpp.
| Point2i mgx::ImgData::imageMinMax | ( | ) |
Go from image coordinates to world coordinates.
Definition at line 636 of file ImageData.hpp.
| void mgx::ImgData::initControls | ( | QWidget * | viewer | ) |
| void mgx::ImgData::initTex | ( | ) |
|
inline |
Definition at line 538 of file ImageData.hpp.
|
inline |
Definition at line 530 of file ImageData.hpp.
|
inlineprotected |
Definition at line 654 of file ImageData.hpp.
|
inline |
Definition at line 500 of file ImageData.hpp.
|
inline |
Definition at line 508 of file ImageData.hpp.
|
inline |
Definition at line 504 of file ImageData.hpp.
|
slot |
|
slot |
Definition at line 609 of file ImageData.hpp.
|
protected |
| void mgx::ImgData::loadImgTex | ( | const QImage & | image | ) |
| void mgx::ImgData::loadTex | ( | ) |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
inlineprotected |
Definition at line 622 of file ImageData.hpp.
Definition at line 620 of file ImageData.hpp.
|
inlineprotected |
Definition at line 594 of file ImageData.hpp.
| void mgx::ImgData::readParms | ( | Parms & | parms, |
| QString | section | ||
| ) |
| bool mgx::ImgData::readSelectFbo | ( | ) |
| void mgx::ImgData::reloadLabelTex | ( | ) |
| void mgx::ImgData::reloadMainTex | ( | const BoundingBox3i & | bbox = BoundingBox3i() | ) |
| void mgx::ImgData::reloadTex | ( | GLuint | texId | ) |
| void mgx::ImgData::reloadWorkTex | ( | const BoundingBox3i & | bbox = BoundingBox3i() | ) |
| void mgx::ImgData::removeSelect | ( | const VtxVec & | vlist | ) |
| void mgx::ImgData::resetMesh | ( | ) |
| void mgx::ImgData::resetStack | ( | ) |
|
slot |
|
slot |
|
slot |
| void mgx::ImgData::selectConnected | ( | std::vector< uint > & | vlist, |
| bool | unselect | ||
| ) |
| void mgx::ImgData::selectLabel | ( | const IntSet & | labels | ) |
| void mgx::ImgData::selectLabel | ( | int | label, |
| int | repeat = 0 |
||
| ) |
| void mgx::ImgData::selectParent | ( | const IntSet & | labels | ) |
| void mgx::ImgData::selectParent | ( | int | label, |
| int | repeat = 0 |
||
| ) |
| void mgx::ImgData::selectVertices | ( | std::vector< uint > & | vlist, |
| bool | unselect | ||
| ) |
| void mgx::ImgData::setColorMap | ( | const QString & | pth, |
| bool | work | ||
| ) |
|
slot |
Definition at line 671 of file ImageData.hpp.
| void mgx::ImgData::setMain16Bit | ( | bool | val | ) |
|
slot |
| void mgx::ImgData::setParent | ( | const IntSet & | labels, |
| int | parentLabel | ||
| ) |
| void mgx::ImgData::setParent | ( | int | label, |
| int | parentLabel | ||
| ) |
|
slot |
| void mgx::ImgData::setTexScale | ( | float | s | ) |
| void mgx::ImgData::setup3DRenderingData | ( | Shader * | shader | ) |
| void mgx::ImgData::setupColorMap | ( | bool & | newColorMap, |
| GLuint & | cmapTexId, | ||
| const std::vector< TransferFunction::Colorf > & | ColorMap, | ||
| Shader::ActiveTextures | activeTex | ||
| ) |
|
inline |
Definition at line 286 of file ImageData.hpp.
|
inline |
Definition at line 306 of file ImageData.hpp.
|
inline |
Definition at line 290 of file ImageData.hpp.
|
inline |
Definition at line 294 of file ImageData.hpp.
|
inline |
Definition at line 282 of file ImageData.hpp.
| bool mgx::ImgData::setupTexFromColorMap | ( | GLuint & | texId, |
| const ColorbVec & | colorVec | ||
| ) |
| void mgx::ImgData::setupVolumeShader | ( | Shader & | shader, |
| int | pos | ||
| ) |
|
inline |
Definition at line 298 of file ImageData.hpp.
|
inline |
Definition at line 302 of file ImageData.hpp.
| void mgx::ImgData::setWork16Bit | ( | bool | val | ) |
|
slot |
|
slot |
|
inline |
Definition at line 339 of file ImageData.hpp.
|
slot |
|
inline |
Definition at line 344 of file ImageData.hpp.
|
slot |
|
signal |
| bool mgx::ImgData::startSelectFbo | ( | ) |
| bool mgx::ImgData::stopSelectFbo | ( | ) |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
inline |
Definition at line 546 of file ImageData.hpp.
|
inlineprotected |
Definition at line 584 of file ImageData.hpp.
|
protected |
|
protected |
|
slot |
|
signal |
| int mgx::ImgData::toSliderScale | ( | float | s | ) |
|
slot |
|
slot |
|
inline |
Definition at line 577 of file ImageData.hpp.
Definition at line 579 of file ImageData.hpp.
| void mgx::ImgData::unbind2DTex | ( | ) |
| void mgx::ImgData::unbind3DTex | ( | ) |
| void mgx::ImgData::unloadTex | ( | ) |
| void mgx::ImgData::unselectLabel | ( | const IntSet & | labels | ) |
| void mgx::ImgData::unselectParent | ( | const IntSet & | parents | ) |
| void mgx::ImgData::updateAxis | ( | ) |
| void mgx::ImgData::updateCellGraph | ( | ) |
| void mgx::ImgData::updateColorMap | ( | bool & | newColorMap, |
| std::vector< TransferFunction::Colorf > & | ColorMap, | ||
| const TransferFunction & | transferFct | ||
| ) |
|
slot |
|
inline |
Definition at line 266 of file ImageData.hpp.
|
slot |
| void mgx::ImgData::updateHeatHistogram | ( | ) |
|
protected |
| void mgx::ImgData::updateImageTex2d | ( | ) |
|
slot |
| void mgx::ImgData::updateLines | ( | ) |
|
inline |
Definition at line 274 of file ImageData.hpp.
|
slot |
| void mgx::ImgData::updateMainHistogram | ( | ) |
| void mgx::ImgData::updateNextLabel | ( | ) |
| void mgx::ImgData::updatePos | ( | ) |
| void mgx::ImgData::updateSelection | ( | ) |
| void mgx::ImgData::updateSelectTris | ( | ) |
|
signal |
| void mgx::ImgData::updateStackSize | ( | ) |
|
inline |
Definition at line 262 of file ImageData.hpp.
|
slot |
| void mgx::ImgData::updateSurfHistogram | ( | ) |
| void mgx::ImgData::updateTex | ( | GLuint | texId, |
| BoundingBox3i | bBox | ||
| ) |
| void mgx::ImgData::updateTriColor | ( | ) |
| void mgx::ImgData::updateTriPos | ( | ) |
|
inline |
Definition at line 270 of file ImageData.hpp.
|
slot |
| void mgx::ImgData::updateWorkHistogram | ( | ) |
| void mgx::ImgData::updColorVBOs | ( | ) |
|
protected |
|
inline |
Definition at line 560 of file ImageData.hpp.
|
slot |
|
slot |
|
signal |
|
slot |
| void mgx::ImgData::voxelEdit | ( | float | pixelRadius, |
| const Point3f & | p, | ||
| const Point3f & | px, | ||
| const Point3f & | py, | ||
| const Point3f & | pz, | ||
| bool | doCut, | ||
| int | currentLabel | ||
| ) |
| void mgx::ImgData::voxelEditStart | ( | ClipRegion & | clip1, |
| ClipRegion & | clip2, | ||
| ClipRegion & | clip3 | ||
| ) |
| void mgx::ImgData::voxelEditStop | ( | ) |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
|
slot |
Go from world coordinates to image coordinates.
Definition at line 642 of file ImageData.hpp.
Definition at line 643 of file ImageData.hpp.
Definition at line 644 of file ImageData.hpp.
Definition at line 645 of file ImageData.hpp.
| void mgx::ImgData::writeParms | ( | QTextStream & | pout, |
| QString | section | ||
| ) |
| std::vector<Point3GLub> mgx::ImgData::axisColorVA |
Definition at line 134 of file ImageData.hpp.
| GLuint mgx::ImgData::axisColorVAid |
Definition at line 152 of file ImageData.hpp.
| std::vector<Point3f> mgx::ImgData::axisPosVA |
Definition at line 133 of file ImageData.hpp.
| GLuint mgx::ImgData::axisPosVAid |
Definition at line 151 of file ImageData.hpp.
| BoundingBox3f mgx::ImgData::bBox |
Definition at line 173 of file ImageData.hpp.
| BoundingBox3i mgx::ImgData::bBoxTex |
Definition at line 174 of file ImageData.hpp.
| std::vector<Colorb> mgx::ImgData::cellColorVA |
Definition at line 115 of file ImageData.hpp.
| GLuint mgx::ImgData::cellColorVAid |
Definition at line 142 of file ImageData.hpp.
| std::vector<Point3GLub> mgx::ImgData::cellGraphColorVA |
Definition at line 129 of file ImageData.hpp.
| GLuint mgx::ImgData::cellGraphColorVAid |
Definition at line 149 of file ImageData.hpp.
| std::vector<uint> mgx::ImgData::cellGraphLineVA |
Definition at line 131 of file ImageData.hpp.
| std::vector<uint> mgx::ImgData::cellGraphPointVA |
Definition at line 130 of file ImageData.hpp.
| std::vector<Point3f> mgx::ImgData::cellGraphPosVA |
Definition at line 128 of file ImageData.hpp.
| GLuint mgx::ImgData::cellGraphPosVAid |
Definition at line 148 of file ImageData.hpp.
| bool mgx::ImgData::changed |
Definition at line 208 of file ImageData.hpp.
|
static |
Definition at line 183 of file ImageData.hpp.
| Point3u mgx::ImgData::clipDo |
Definition at line 167 of file ImageData.hpp.
| Matrix4d mgx::ImgData::clm[3] |
Definition at line 171 of file ImageData.hpp.
|
static |
Definition at line 203 of file ImageData.hpp.
| GLuint mgx::ImgData::colorMapTexId |
Definition at line 88 of file ImageData.hpp.
| GLuint mgx::ImgData::dataTexColor |
Definition at line 85 of file ImageData.hpp.
|
static |
Definition at line 193 of file ImageData.hpp.
|
static |
Definition at line 192 of file ImageData.hpp.
|
static |
Definition at line 189 of file ImageData.hpp.
|
static |
Definition at line 190 of file ImageData.hpp.
|
static |
Definition at line 191 of file ImageData.hpp.
|
static |
Definition at line 194 of file ImageData.hpp.
| Matrix4d mgx::ImgData::frm |
Definition at line 170 of file ImageData.hpp.
| std::vector<TransferFunction::Colorf> mgx::ImgData::HeatColorMap |
Definition at line 73 of file ImageData.hpp.
| std::vector<double> mgx::ImgData::HeatHist |
Definition at line 79 of file ImageData.hpp.
| GLuint mgx::ImgData::heatTexId |
Definition at line 87 of file ImageData.hpp.
| TransferFunctionDlg * mgx::ImgData::heatTransferDlg |
Definition at line 68 of file ImageData.hpp.
| HVec4F mgx::ImgData::Hpn |
Definition at line 169 of file ImageData.hpp.
| std::vector<vertex> mgx::ImgData::idVA |
Definition at line 105 of file ImageData.hpp.
| std::vector<QString> mgx::ImgData::ImageFiles |
Definition at line 158 of file ImageData.hpp.
| GLuint mgx::ImgData::imgTexId |
Definition at line 89 of file ImageData.hpp.
| std::vector<Point2f> mgx::ImgData::imgVA |
Definition at line 113 of file ImageData.hpp.
| GLuint mgx::ImgData::imgVAid |
Definition at line 140 of file ImageData.hpp.
|
static |
Definition at line 198 of file ImageData.hpp.
| bool mgx::ImgData::LabelColorsChanged |
Definition at line 199 of file ImageData.hpp.
| GLuint mgx::ImgData::labelTexId |
Definition at line 91 of file ImageData.hpp.
| float mgx::ImgData::labelWallBordMax |
Definition at line 165 of file ImageData.hpp.
| float mgx::ImgData::labelWallBordMin |
Definition at line 164 of file ImageData.hpp.
| std::vector<uint> mgx::ImgData::lbrdVA |
Definition at line 124 of file ImageData.hpp.
| std::vector<uint> mgx::ImgData::lcellVA |
Definition at line 125 of file ImageData.hpp.
| vertex_identity_t mgx::ImgData::lineId |
Definition at line 92 of file ImageData.hpp.
| std::vector<uint> mgx::ImgData::lineVA |
Definition at line 123 of file ImageData.hpp.
| std::vector<uint> mgx::ImgData::lselVA |
Definition at line 126 of file ImageData.hpp.
| bool mgx::ImgData::Main16Bit |
Definition at line 64 of file ImageData.hpp.
| std::pair<double, double> mgx::ImgData::mainBounds |
Definition at line 80 of file ImageData.hpp.
| std::vector<TransferFunction::Colorf> mgx::ImgData::MainColorMap |
Definition at line 70 of file ImageData.hpp.
| GLuint mgx::ImgData::mainDataTexId |
Definition at line 83 of file ImageData.hpp.
| std::vector<double> mgx::ImgData::MainHist |
Definition at line 76 of file ImageData.hpp.
| TransferFunctionDlg * mgx::ImgData::mainTransferDlg |
Definition at line 68 of file ImageData.hpp.
| HVecUS* mgx::ImgData::marchData |
Definition at line 180 of file ImageData.hpp.
| int mgx::ImgData::marchLabel |
Definition at line 175 of file ImageData.hpp.
| float mgx::ImgData::max |
Definition at line 161 of file ImageData.hpp.
|
static |
Definition at line 186 of file ImageData.hpp.
| GLuint mgx::ImgData::mcmapTexId |
Definition at line 90 of file ImageData.hpp.
| Mesh* mgx::ImgData::mesh |
Definition at line 61 of file ImageData.hpp.
| Colors::ColorType mgx::ImgData::MeshBorderColor |
Definition at line 100 of file ImageData.hpp.
| Colors::ColorType mgx::ImgData::MeshColor |
Definition at line 99 of file ImageData.hpp.
|
static |
Definition at line 206 of file ImageData.hpp.
|
static |
Definition at line 205 of file ImageData.hpp.
|
static |
Definition at line 201 of file ImageData.hpp.
| Colors::ColorType mgx::ImgData::MeshSelectColor |
Definition at line 102 of file ImageData.hpp.
| float mgx::ImgData::meshShift |
Definition at line 177 of file ImageData.hpp.
| float mgx::ImgData::min |
Definition at line 161 of file ImageData.hpp.
| bool mgx::ImgData::newHeatColorMap |
Definition at line 75 of file ImageData.hpp.
| bool mgx::ImgData::newMainColorMap |
Definition at line 75 of file ImageData.hpp.
| bool mgx::ImgData::newSurfColorMap |
Definition at line 75 of file ImageData.hpp.
| bool mgx::ImgData::newWorkColorMap |
Definition at line 75 of file ImageData.hpp.
| std::vector<Point3f> mgx::ImgData::nrmlVA |
Definition at line 110 of file ImageData.hpp.
| GLuint mgx::ImgData::nrmlVAid |
Definition at line 137 of file ImageData.hpp.
| QWidget* mgx::ImgData::parent |
Definition at line 160 of file ImageData.hpp.
| std::vector<uint> mgx::ImgData::pbrdVA |
Definition at line 119 of file ImageData.hpp.
| std::vector<uint> mgx::ImgData::pcellVA |
Definition at line 120 of file ImageData.hpp.
| std::vector<Point3GLub> mgx::ImgData::pcolVA |
Definition at line 118 of file ImageData.hpp.
| GLuint mgx::ImgData::pcolVAid |
Definition at line 145 of file ImageData.hpp.
| float mgx::ImgData::pixelRadius |
Definition at line 172 of file ImageData.hpp.
| bool mgx::ImgData::pixelsChanged |
Definition at line 209 of file ImageData.hpp.
| Point4f mgx::ImgData::pn[6] |
Definition at line 168 of file ImageData.hpp.
| std::vector<Point3f> mgx::ImgData::pntsVA |
Definition at line 117 of file ImageData.hpp.
| GLuint mgx::ImgData::pntsVAid |
Definition at line 144 of file ImageData.hpp.
| std::vector<Point3f> mgx::ImgData::posVA |
Definition at line 109 of file ImageData.hpp.
| GLuint mgx::ImgData::posVAid |
Definition at line 136 of file ImageData.hpp.
| std::vector<uint> mgx::ImgData::pselVA |
Definition at line 121 of file ImageData.hpp.
| GLuint mgx::ImgData::pselVAid |
Definition at line 146 of file ImageData.hpp.
|
static |
Definition at line 53 of file ImageData.hpp.
|
static |
Definition at line 50 of file ImageData.hpp.
|
static |
Definition at line 49 of file ImageData.hpp.
|
static |
Definition at line 54 of file ImageData.hpp.
|
static |
Definition at line 52 of file ImageData.hpp.
|
static |
Definition at line 55 of file ImageData.hpp.
|
static |
Definition at line 51 of file ImageData.hpp.
|
static |
Definition at line 202 of file ImageData.hpp.
| QString mgx::ImgData::Section |
Definition at line 157 of file ImageData.hpp.
|
static |
Definition at line 195 of file ImageData.hpp.
| VtxVec mgx::ImgData::selectV |
Definition at line 93 of file ImageData.hpp.
| GLuint mgx::ImgData::selFboColor |
Definition at line 96 of file ImageData.hpp.
| GLuint mgx::ImgData::selFboDepth |
Definition at line 97 of file ImageData.hpp.
| GLuint mgx::ImgData::selFboId |
Definition at line 95 of file ImageData.hpp.
| std::vector<Point3GLub> mgx::ImgData::selVA |
Definition at line 111 of file ImageData.hpp.
| GLuint mgx::ImgData::selVAid |
Definition at line 138 of file ImageData.hpp.
| QString mgx::ImgData::sigStr |
Definition at line 166 of file ImageData.hpp.
|
static |
Definition at line 184 of file ImageData.hpp.
| Stack* mgx::ImgData::stack |
Definition at line 60 of file ImageData.hpp.
| int mgx::ImgData::StackId |
Definition at line 58 of file ImageData.hpp.
| std::vector<TransferFunction::Colorf> mgx::ImgData::SurfColorMap |
Definition at line 72 of file ImageData.hpp.
| std::vector<double> mgx::ImgData::SurfHist |
Definition at line 78 of file ImageData.hpp.
|
static |
Definition at line 187 of file ImageData.hpp.
| GLuint mgx::ImgData::surfTexId |
Definition at line 86 of file ImageData.hpp.
| TransferFunctionDlg * mgx::ImgData::surfTransferDlg |
Definition at line 68 of file ImageData.hpp.
| GLubyte* mgx::ImgData::texMap |
Definition at line 154 of file ImageData.hpp.
| std::vector<Point3f> mgx::ImgData::texVA |
Definition at line 112 of file ImageData.hpp.
| GLuint mgx::ImgData::texVAid |
Definition at line 139 of file ImageData.hpp.
|
static |
Definition at line 185 of file ImageData.hpp.
| ColorEditDlg* mgx::ImgData::triangleColorEditDlg |
Definition at line 67 of file ImageData.hpp.
| std::vector<Colorb> mgx::ImgData::triangleColorVA |
Definition at line 114 of file ImageData.hpp.
| GLuint mgx::ImgData::triangleColorVAid |
Definition at line 141 of file ImageData.hpp.
| std::vector<cell> mgx::ImgData::triCell |
Definition at line 106 of file ImageData.hpp.
|
static |
Definition at line 56 of file ImageData.hpp.
|
static |
Definition at line 197 of file ImageData.hpp.
|
static |
Definition at line 196 of file ImageData.hpp.
| GLuint mgx::ImgData::wcmapTexId |
Definition at line 90 of file ImageData.hpp.
| bool mgx::ImgData::Work16Bit |
Definition at line 64 of file ImageData.hpp.
| std::pair<double, double> mgx::ImgData::workBounds |
Definition at line 81 of file ImageData.hpp.
| std::vector<TransferFunction::Colorf> mgx::ImgData::WorkColorMap |
Definition at line 71 of file ImageData.hpp.
| GLuint mgx::ImgData::workDataTexId |
Definition at line 84 of file ImageData.hpp.
| std::vector<double> mgx::ImgData::WorkHist |
Definition at line 77 of file ImageData.hpp.
| TransferFunctionDlg* mgx::ImgData::workTransferDlg |
Definition at line 68 of file ImageData.hpp.
1.8.17