Click or drag to resize

Karamba.Utilities Namespace

[Missing <summary> documentation for "N:Karamba.Utilities"]

Classes
  ClassDescription
Public classColorRange
range of colors to be used as legend-colors for numeric results
Public classCSVReader
Reader for CSV-data
Public classCSVReaderException
Exception thrown by CSVReader
Public classDataTreeStructure
represents the structure of a data tree. A 2D data structure is assumed
Public classExtendedListT
A list that behaves as if it were infinitely long: when reading an item beyond the last element the last element is returned when writing an item beyond the last element the last element is copied until the new position is reached the copies are shallow copies. The difference to InfiniteList is the handling of default values.
Public classFileLogger
class for writing log-information to file; is a singleton
Public classIDSelectorT
Enlists objects that refer to elements by their identifiers or regular expressions or indexes
Public classInfiniteListT
A list that behaves as if it were infinitely long: when reading an item beyond the last element the default element is returned when writing an item beyond the last element the default element is copied until the new position is reached the copies are shallow copies the default value is always the last item in the list at initialization
Public classINIReader
Reader for data stored in the "Karamba.ini"-file. It is implemented as a Singleton
Public classIntArr2EqualityComparer
equality comparer for integer arrays with two elements
Public classMessageLogger
log messages and cut them off if too long
Public classModelSerializer
Convert numbers with physical units from given input to output units (i.e. ft to m)
Public classMultiMapK, V
Custom implementation of a multi map because C# does not offer one by default
Public classRenderProperties
Element render properties. Holds rendering specific attributes.
Public classUnitConversion
Convert numbers with physical units from given input to output units (i.e. ft to m)
Public classUnitsConversionFactories
Factory for generating physical units conversion objects
Public classUnitsConversionFactory
An abstract factory for generating conversion objects. They convert a given unit into its base unit The base units used are meter, kiloNewton in case of SI-Units, feet, kilo-pond in case of Impterial Units
Public classUtils
Class that contains various utilities as methods
Public classUtilsExtensions
extends misc types
Enumerations
  EnumerationDescription
Public enumerationBeamDofs
Degrees of freedom of a beam
Public enumerationElementRenderChannel
Render channel.