![]() |
Karamba.Utilities Namespace |
[Missing <summary> documentation for "N:Karamba.Utilities"]
Class | Description | |
---|---|---|
![]() | ColorRange |
range of colors to be used as legend-colors for numeric results
|
![]() | CSVReader |
Reader for CSV-data
|
![]() | CSVReaderException |
Exception thrown by CSVReader
|
![]() | DataTreeStructure |
represents the structure of a data tree. A 2D data structure is assumed
|
![]() | ExtendedListT |
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.
|
![]() | FileLogger |
class for writing log-information to file; is a singleton
|
![]() | IDSelectorT |
Enlists objects that refer to elements by their identifiers or regular expressions or indexes
|
![]() | InfiniteListT |
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
|
![]() | INIReader |
Reader for data stored in the "Karamba.ini"-file. It is implemented as a Singleton
|
![]() | IntArr2EqualityComparer |
equality comparer for integer arrays with two elements
|
![]() | MessageLogger |
log messages and cut them off if too long
|
![]() | ModelSerializer |
Convert numbers with physical units from given input to output units (i.e. ft to m)
|
![]() | MultiMapK, V |
Custom implementation of a multi map because C# does not offer one by default
|
![]() | RenderProperties | Element render properties. Holds rendering specific attributes. |
![]() | UnitConversion |
Convert numbers with physical units from given input to output units (i.e. ft to m)
|
![]() | UnitsConversionFactories |
Factory for generating physical units conversion objects
|
![]() | UnitsConversionFactory |
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
|
![]() | Utils |
Class that contains various utilities as methods
|
![]() | UtilsExtensions |
extends misc types
|
Enumeration | Description | |
---|---|---|
![]() | BeamDofs |
Degrees of freedom of a beam
|
![]() | ElementRenderChannel |
Render channel.
|