HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_TraceParms Class Reference

#include <GU_Trace.h>

Public Attributes

const IMG_Rasterraster = nullptr
 
const UT_VoxelArrayFvolume = nullptr
 
int channel = 0
 
float thresh = 128
 
bool doResample = false
 
float stepsize = 1
 
bool doSmooth = false
 
float cornerDelta = 1
 
bool removeBorder = false
 
int borderWidth = 2
 
bool firstPixelValueBoundary = true
 
float boundaryValue = 0
 

Detailed Description

Definition at line 9 of file GU_Trace.h.

Member Data Documentation

int GU_TraceParms::borderWidth = 2

Definition at line 24 of file GU_Trace.h.

float GU_TraceParms::boundaryValue = 0

Definition at line 30 of file GU_Trace.h.

int GU_TraceParms::channel = 0

Definition at line 14 of file GU_Trace.h.

float GU_TraceParms::cornerDelta = 1

Definition at line 21 of file GU_Trace.h.

bool GU_TraceParms::doResample = false

Definition at line 17 of file GU_Trace.h.

bool GU_TraceParms::doSmooth = false

Definition at line 20 of file GU_Trace.h.

bool GU_TraceParms::firstPixelValueBoundary = true

Use pixel (0,0) as a boundary value NOTE: The true default is just for HDK backward compatibility. You probably want to set this to false and set boundaryValue to 0 or 255.

Definition at line 29 of file GU_Trace.h.

const IMG_Raster* GU_TraceParms::raster = nullptr

Definition at line 12 of file GU_Trace.h.

bool GU_TraceParms::removeBorder = false

Definition at line 23 of file GU_Trace.h.

float GU_TraceParms::stepsize = 1

Definition at line 18 of file GU_Trace.h.

float GU_TraceParms::thresh = 128

Definition at line 15 of file GU_Trace.h.

const UT_VoxelArrayF* GU_TraceParms::volume = nullptr

Definition at line 13 of file GU_Trace.h.


The documentation for this class was generated from the following file: