Public Member Functions | Public Attributes | Static Public Attributes | List of all members
gepetto.gui.path_graph.VelGetter Class Reference

Public Member Functions

def __init__ (self, plugin, name)
 
def getV (self)
 
def createNodes (self, color)
 
def removeNodes (self)
 
def apply (self)
 

Public Attributes

 plugin
 
 name
 
 group
 
 lin
 
 ang
 
 minC
 
 maxC
 

Static Public Attributes

string suffixLin = "linear"
 
string suffixAng = "angular"
 
float radius = 0.005
 
float torusR = 0.1
 

Constructor & Destructor Documentation

◆ __init__()

def gepetto.gui.path_graph.VelGetter.__init__ (   self,
  plugin,
  name 
)

Member Function Documentation

◆ apply()

def gepetto.gui.path_graph.VelGetter.apply (   self)

◆ createNodes()

def gepetto.gui.path_graph.VelGetter.createNodes (   self,
  color 
)

◆ getV()

def gepetto.gui.path_graph.VelGetter.getV (   self)

◆ removeNodes()

def gepetto.gui.path_graph.VelGetter.removeNodes (   self)

Member Data Documentation

◆ ang

gepetto.gui.path_graph.VelGetter.ang

◆ group

gepetto.gui.path_graph.VelGetter.group

◆ lin

gepetto.gui.path_graph.VelGetter.lin

◆ maxC

gepetto.gui.path_graph.VelGetter.maxC

◆ minC

gepetto.gui.path_graph.VelGetter.minC

◆ name

gepetto.gui.path_graph.VelGetter.name

◆ plugin

gepetto.gui.path_graph.VelGetter.plugin

◆ radius

float gepetto.gui.path_graph.VelGetter.radius = 0.005
static

◆ suffixAng

string gepetto.gui.path_graph.VelGetter.suffixAng = "angular"
static

◆ suffixLin

string gepetto.gui.path_graph.VelGetter.suffixLin = "linear"
static

◆ torusR

float gepetto.gui.path_graph.VelGetter.torusR = 0.1
static