#include <ipSegmentation.h>
Public Attributes | |
float * | traceline |
bool * | onGradient |
int | numPoints |
int | absMin |
bool | cutIt |
float | cutCoords [4] |
float * | deleteCurve |
int | deleteSize |
Definition at line 175 of file ipSegmentation.h.
Definition at line 179 of file ipSegmentation.h.
Referenced by ipMITKSegmentationGetCutPoints().
float tCutResult::cutCoords[4] |
Definition at line 181 of file ipSegmentation.h.
Referenced by ipMITKSegmentationGetCutPoints().
bool tCutResult::cutIt |
Definition at line 180 of file ipSegmentation.h.
Referenced by ipMITKSegmentationGetCutPoints(), and mitk::RegionGrowingTool::OnMousePressedInside().
float* tCutResult::deleteCurve |
Definition at line 182 of file ipSegmentation.h.
Referenced by ipMITKSegmentationGetCutPoints(), and mitk::RegionGrowingTool::OnMousePressedInside().
Definition at line 183 of file ipSegmentation.h.
Referenced by ipMITKSegmentationGetCutPoints(), and mitk::RegionGrowingTool::OnMousePressedInside().
Definition at line 178 of file ipSegmentation.h.
Referenced by ipMITKSegmentationGetCutPoints().
bool* tCutResult::onGradient |
Definition at line 177 of file ipSegmentation.h.
Referenced by ipMITKSegmentationGetCutPoints(), and mitk::RegionGrowingTool::OnMousePressedInside().
float* tCutResult::traceline |
Definition at line 176 of file ipSegmentation.h.
Referenced by ipMITKSegmentationGetCutPoints(), and mitk::RegionGrowingTool::OnMousePressedInside().