HydroCouple  2.0.0
HydroCouple Interface Definitions
Loading...
Searching...
No Matches
hydrocouplespatiotemporal.h File Reference

Spatio-temporal interface definitions for the HydroCouple component-based modeling framework. More...

Include dependency graph for hydrocouplespatiotemporal.h:

Go to the source code of this file.

Classes

class  HydroCouple::SpatioTemporal::ITimeGeometryComponentDataItem
 ITimeGeometryComponentDataItem is an IComponentDataItem with both temporal and geometric dimensions. More...
 
class  HydroCouple::SpatioTemporal::ITimeNetworkComponentDataItem
 ITimeNetworkComponentDataItem is an IComponentDataItem with both temporal and network (edge/vertex) dimensions. More...
 
class  HydroCouple::SpatioTemporal::ITimeSeriesPolyhedralSurfaceComponentDataItem
 ITimeSeriesPolyhedralSurfaceComponentDataItem is an IComponentDataItem with both temporal and polyhedral surface mesh (patch/edge/vertex) dimensions. More...
 
class  HydroCouple::SpatioTemporal::ITimeSeriesTINComponentDataItem
 ITimeSeriesTINComponentDataItem is an ITimeSeriesPolyhedralSurfaceComponentDataItem whose surface consists exclusively of ITriangle patches. More...
 
class  HydroCouple::SpatioTemporal::ITimeSeriesRasterComponentDataItem
 ITimeSeriesRasterComponentDataItem is an IComponentDataItem with both temporal and raster (x/y/band) dimensions. More...
 
class  HydroCouple::SpatioTemporal::ITimeRegularGrid2DComponentDataItem
 ITimeRegularGrid2DComponentDataItem is an IComponentDataItem with both temporal and 2D regular grid (xCell/yCell/edge/vertex) dimensions. More...
 
class  HydroCouple::SpatioTemporal::ITimeRegularGrid3DComponentDataItem
 ITimeRegularGrid3DComponentDataItem is an IComponentDataItem with both temporal and 3D regular grid (xCell/yCell/zCell/face/vertex) dimensions. More...
 

Namespaces

namespace  HydroCouple
 HydroCouple namespace contains the core interface specifications for the HydroCouple component-based modeling framework interface specification.
 
namespace  HydroCouple::SpatioTemporal
 HydroCouple's interfaces that have both spatial and temporal components.
 

Detailed Description

Spatio-temporal interface definitions for the HydroCouple component-based modeling framework.

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Version
2.0.0

This header file contains the spatio-temporal interface definitions for the HydroCouple component-based modeling framework. It defines component data item interfaces that combine both spatial and temporal dimensions, including time-varying geometry, network, mesh, raster, and regular grid data items.

License\n
This file and its associated files and libraries are free software. You can redistribute it and/or modify it under the terms of the MIT License as published by the Free Software Foundation. This file and its associated files are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MIT License for details.
Date
2014-2025