Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Functions | Variables
utils Namespace Reference

Functions

def index_sort (s1, s2)
 
def sort_order_list (input_list, order_list)
 
def open_output (filename)
 
def close_output (output)
 
def check_output ()
 
def file_exists (pathname)
 
def make_file_list (args=None)
 

Variables

 output_dir = None
 

Function Documentation

◆ check_output()

def utils.check_output ( )

Definition at line 81 of file utils.py.

Referenced by docmaker.main().

◆ close_output()

def utils.close_output (   output)

Definition at line 74 of file utils.py.

References close().

◆ file_exists()

def utils.file_exists (   pathname)
checks that a given file exists

Definition at line 93 of file utils.py.

References open().

◆ index_sort()

def utils.index_sort (   s1,
  s2 
)

Definition at line 14 of file utils.py.

◆ make_file_list()

def utils.make_file_list (   args = None)
builds a list of input files from command-line arguments

Definition at line 106 of file utils.py.

Referenced by docmaker.main(), and docbeauty.main().

◆ open_output()

def utils.open_output (   filename)

Definition at line 59 of file utils.py.

References open().

◆ sort_order_list()

def utils.sort_order_list (   input_list,
  order_list 
)

Definition at line 47 of file utils.py.

Referenced by content.DocSection.reorder().

Variable Documentation

◆ output_dir

utils.output_dir = None

Definition at line 8 of file utils.py.