MaxPlus Python API Reference
TessApprox Class Reference
+ Inheritance diagram for TessApprox:

Public Member Functions

def Getang (self)
 
def Getdist (self)
 
def Getedge (self)
 
def GetmaxSub (self)
 
def GetmaxTris (self)
 
def Getmerge (self)
 
def GetminSub (self)
 
def GetshowInteriorFaces (self)
 
def Getsubdiv (self)
 
def GetTessType (self)
 
def Getu (self)
 
def Getu_iso (self)
 
def Getv (self)
 
def Getv_iso (self)
 
def Getview (self)
 
def Getvpt_cfg (self)
 
def Setang (self, *args)
 
def Setdist (self, *args)
 
def Setedge (self, *args)
 
def SetmaxSub (self, *args)
 
def SetmaxTris (self, *args)
 
def Setmerge (self, *args)
 
def SetminSub (self, *args)
 
def SetshowInteriorFaces (self, *args)
 
def Setsubdiv (self, *args)
 
def SetTessType (self, *args)
 
def Setu (self, *args)
 
def Setu_iso (self, *args)
 
def Setv (self, *args)
 
def Setv_iso (self, *args)
 
def Setview (self, *args)
 
def Setvpt_cfg (self, *args)
 
- Public Member Functions inherited from Wrapper
def GetUnwrappedPtr (self)
 

Public Attributes

 this
 

Static Public Attributes

 ang = _swig_property(Getang, Setang)
 
 dist = _swig_property(Getdist, Setdist)
 
 edge = _swig_property(Getedge, Setedge)
 
 maxSub = _swig_property(GetmaxSub, SetmaxSub)
 
 maxTris = _swig_property(GetmaxTris, SetmaxTris)
 
 merge = _swig_property(Getmerge, Setmerge)
 
 minSub = _swig_property(GetminSub, SetminSub)
 
 showInteriorFaces = _swig_property(GetshowInteriorFaces, SetshowInteriorFaces)
 
 subdiv = _swig_property(Getsubdiv, Setsubdiv)
 
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
 u = _swig_property(Getu, Setu)
 
 u_iso = _swig_property(Getu_iso, Setu_iso)
 
 v = _swig_property(Getv, Setv)
 
 v_iso = _swig_property(Getv_iso, Setv_iso)
 
 view = _swig_property(Getview, Setview)
 
 vpt_cfg = _swig_property(Getvpt_cfg, Setvpt_cfg)
 
- Static Public Attributes inherited from Wrapper
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 

Detailed Description

This class describes the properties of a tesselation approximation to the mathematical surface.

Member Function Documentation

◆ Getang()

def Getang (   self)
Getang(TessApprox self) -> float

◆ Getdist()

def Getdist (   self)
Getdist(TessApprox self) -> float

◆ Getedge()

def Getedge (   self)
Getedge(TessApprox self) -> float

◆ GetmaxSub()

def GetmaxSub (   self)
GetmaxSub(TessApprox self) -> int

◆ GetmaxTris()

def GetmaxTris (   self)
GetmaxTris(TessApprox self) -> int

◆ Getmerge()

def Getmerge (   self)
Getmerge(TessApprox self) -> float

◆ GetminSub()

def GetminSub (   self)
GetminSub(TessApprox self) -> int

◆ GetshowInteriorFaces()

def GetshowInteriorFaces (   self)
GetshowInteriorFaces(TessApprox self) -> bool

◆ Getsubdiv()

def Getsubdiv (   self)
Getsubdiv(TessApprox self) -> int

◆ GetTessType()

def GetTessType (   self)
GetTessType(TessApprox self) -> int

◆ Getu()

def Getu (   self)
Getu(TessApprox self) -> int

◆ Getu_iso()

def Getu_iso (   self)
Getu_iso(TessApprox self) -> int

◆ Getv()

def Getv (   self)
Getv(TessApprox self) -> int

◆ Getv_iso()

def Getv_iso (   self)
Getv_iso(TessApprox self) -> int

◆ Getview()

def Getview (   self)
Getview(TessApprox self) -> bool

◆ Getvpt_cfg()

def Getvpt_cfg (   self)
Getvpt_cfg(TessApprox self) -> int

◆ Setang()

def Setang (   self,
args 
)
Setang(TessApprox self, float ang)

◆ Setdist()

def Setdist (   self,
args 
)
Setdist(TessApprox self, float dist)

◆ Setedge()

def Setedge (   self,
args 
)
Setedge(TessApprox self, float edge)

◆ SetmaxSub()

def SetmaxSub (   self,
args 
)
SetmaxSub(TessApprox self, int maxSub)

◆ SetmaxTris()

def SetmaxTris (   self,
args 
)
SetmaxTris(TessApprox self, int maxTris)

◆ Setmerge()

def Setmerge (   self,
args 
)
Setmerge(TessApprox self, float merge)

◆ SetminSub()

def SetminSub (   self,
args 
)
SetminSub(TessApprox self, int minSub)

◆ SetshowInteriorFaces()

def SetshowInteriorFaces (   self,
args 
)
SetshowInteriorFaces(TessApprox self, bool showInteriorFaces)

◆ Setsubdiv()

def Setsubdiv (   self,
args 
)
Setsubdiv(TessApprox self, int sbs)

◆ SetTessType()

def SetTessType (   self,
args 
)
SetTessType(TessApprox self, int t)

◆ Setu()

def Setu (   self,
args 
)
Setu(TessApprox self, int u)

◆ Setu_iso()

def Setu_iso (   self,
args 
)
Setu_iso(TessApprox self, int u_iso)

◆ Setv()

def Setv (   self,
args 
)
Setv(TessApprox self, int v)

◆ Setv_iso()

def Setv_iso (   self,
args 
)
Setv_iso(TessApprox self, int v_iso)

◆ Setview()

def Setview (   self,
args 
)
Setview(TessApprox self, bool view)

◆ Setvpt_cfg()

def Setvpt_cfg (   self,
args 
)
Setvpt_cfg(TessApprox self, int vpt)