Static Public Member Functions
edu.tum.cs.vis.model.Properties Class Reference

List of all members.

Static Public Member Functions

static ItemModel getModelOfItem (String identifier)
static float xDimOfObject (String ObjClassOrIdentifier)
static float yDimOfObject (String ObjClassOrIdentifier)
static float zDimOfObject (String ObjClassOrIdentifier)

Detailed Description

Static class to obtain model properties such as path to model file, width, height, depth.

Author:
Stefan Profanter
See also:
ItemModel

Definition at line 15 of file Properties.java.


Member Function Documentation

static ItemModel edu.tum.cs.vis.model.Properties.getModelOfItem ( String  identifier) [inline, static]

Instantiate an ItemModel from prolog identifier of Instance or Class. The path to the model will be gathered with prolog an this model will then be parsed.

Parameters:
identifierClass or Instance identifier
Returns:
ItemModel instance if model parsed successfully. null otherwise.

Definition at line 25 of file Properties.java.

static float edu.tum.cs.vis.model.Properties.xDimOfObject ( String  ObjClassOrIdentifier) [inline, static]

Get x-Dimension (width) of class or instance identified by ObjClassOrIdentifier from the CAD-Model.

Parameters:
ObjClassOrIdentifierClassName or instance identifier
Returns:
x-Dimension or -1 if model not found

Definition at line 65 of file Properties.java.

static float edu.tum.cs.vis.model.Properties.yDimOfObject ( String  ObjClassOrIdentifier) [inline, static]

Get y-Dimension (depth) of class or instance identified by ObjClassOrIdentifier from the CAD-Model.

Parameters:
ObjClassOrIdentifierClassName or instance identifier
Returns:
y-Dimension or -1 if model not found

Definition at line 80 of file Properties.java.

static float edu.tum.cs.vis.model.Properties.zDimOfObject ( String  ObjClassOrIdentifier) [inline, static]

Get z-Dimension (height) of class or instance identified by ObjClassOrIdentifier from the CAD-Model.

Parameters:
ObjClassOrIdentifierClassName or instance identifier
Returns:
z-Dimension or -1 if model not found

Definition at line 95 of file Properties.java.


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


knowrob_cad_parser
Author(s): Stefan Profanter
autogenerated on Sat Dec 28 2013 17:09:45