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 classIdIndexer
Relates string identifiers (id) to items one identifier may relate to only one item one item may relate to several identifiers. The first name of the item is the first identifier and so on.
Public classIdMapper
Maps an identifier or regular expression to indexes For mappings from regular expression to element the enlisted string has to start with "&".
Public classIdReferenceResolver
Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all classes in the .NET Framework; it is the root of the type hierarchy.
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
serializer for models.
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 classToFeb
Extension methods to convert KarambaCommon types into feb types.
Public classToKarambaCommon
Extension methods to convert feb types into KarambaCommon types.
Public classUnitConversion
Convert numbers with physical units from given input to output units (i.e. ft to m).
Public classUnitConversionCollection
contains a collection of unit conversion objects, based on a scaling factor for geometric input.
Public classUnitsConversionFactory
Factory for generating physical units conversion objects.
Public classUserIsoLines
Retrieves principal stress lines.
Public classUserStreamLines
Retrieves principal stress lines.
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.