carputils
Doxygen code documentation for the python framework controlling openCARP
Functions | Variables
bin.trfm Namespace Reference

Apply a transformation matrix (stored to a yaml file) onto point data. More...

Functions

def myparser ()
 
def valid_file (str filename)
 
def valid_dir (str directory)
 
def read_trfm (trfmf)
 
def apply_trfm (pts, trfm)
 
def main (opts)
 

Variables

string epilog
 
def args = myparser().parse_args()
 

Detailed Description

Apply a transformation matrix (stored to a yaml file) onto point data.

Function Documentation

◆ apply_trfm()

def bin.trfm.apply_trfm (   pts,
  trfm 
)

◆ main()

def bin.trfm.main (   opts)

◆ myparser()

def bin.trfm.myparser ( )

◆ read_trfm()

def bin.trfm.read_trfm (   trfmf)

◆ valid_dir()

def bin.trfm.valid_dir ( str  directory)

◆ valid_file()

def bin.trfm.valid_file ( str  filename)

Variable Documentation

◆ args

def bin.trfm.args = myparser().parse_args()

◆ epilog

string bin.trfm.epilog
Initial value:
1 = """
2 (c) Anton J Prassl <anton.prassl@medunigraz.at> and
3  Gernot Plank <gernot.plank@medunigraz.at>
4 """