Loading [MathJax]/extensions/tex2jax.js
MeshKernel
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages Concepts
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NmeshkernelContains the logic of the C++ static library
 CAlgorithmErrorA class for throwing algorithm exceptions
 CAveragingInterpolationThe class used to interpolate based on averaging
 CBilinearInterpolationOnGriddedSamplesA class for performing bilinear interpolation on gridded samples
 CBooleanBoolean value designed for use in std::vector
 CBoundedStackA simple bounded stack
 CBoundingBoxA class defining a bounding box
 CCartesian3DPointA struct describing the three coordinates in a cartesian projection
 CCasulliDeRefinementCompute the Casulli de-refinement for a mesh (derefine_mesh)
 CCasulliRefinementCompute the Casulli refinement for a mesh
 CConnectMeshesConnects grids across element faces
 CConstraintErrorAn exception class thrown when an attempt is made that violates a range constraint
 CContactsA class describing an 1d-2d contacts
 CConvertCartesianToSphericalConverts points from spherical to Cartesian coordinate system
 CConvertCartesianToSphericalBaseConverts points from spherical to Cartesian coordinate system
 CConvertCartesianToSphericalEPSGConverts points from spherical to Cartesian coordinate system using an EPSG code
 CConvertSphericalToCartesianConverts points from spherical to Cartesian coordinate system
 CConvertSphericalToCartesianBaseNamespace alias for boost::geometry
 CConvertSphericalToCartesianEPSGConverts points from spherical to Cartesian coordinate system using an ESPG code
 CCurvilinearParametersA struct used to describe parameters for generating a curvilinear grid in a C-compatible manner
 CEdgeMeshPolyLineIntersectionAn intersection with a mesh edge
 CErrorCategoryContains error category information
 CFaceMeshPolyLineIntersectionAn intersection with a mesh face
 CFlipEdgesA class used to improve mesh connectivity
 CFormatStringManages the format string and source location
 CFuncAdimensionalToDimensionalDistanceOnSplineThis structure is used to create a function for converting an adimensional distance on a spline to a dimensional one
 CFuncDistanceFromAPointThis structure is used to compute the point on a spline closest to another point
 CHessianThe hessian values
 CInterpolationParametersParameters used by the averaging interpolation
 CLandBoundariesA class describing land boundaries. These are used to visualise the land-water interface
 CLandBoundaryA class containing the land boundary polylines
 CLinearAlgebraErrorA class for throwing linear algebra exceptions
 CMakeGridParametersThis struct describes the necessary parameters to create a new curvilinear grid in a C-compatible manner
 CMeshA class describing an unstructured mesh. This class contains the shared functionality between 1d or 2d meshes
 CMesh1DA class derived from Mesh, which describes 1d meshes
 CMesh2DA class derived from Mesh, which describes unstructures 2d meshes
 CMesh2DGenerateGlobalConstruct a global grid in spherical coordinates, as a base for later mesh refinements
 CMesh2DIntersectionsCompute the intersections of polygon inner and outer perimeters
 CMesh2DToCurvilinearConstruct a curvilinear grid from an unstructured mesh
 CMeshConversionApply a conversion to nodes of a mesh
 CMeshGeometryErrorA class for throwing mesh geometry errors
 CMeshInterpolationInterface for interpolation methods
 CMeshKernelErrorA class for throwing general MeshKernel exceptions
 CMeshOrthogonalityCompute the orthogonality value for the edges
 CMeshRefinementA class used to refine a Mesh2D instance
 CMeshRefinementParametersA struct used to describe the mesh refinement parameters in a C-compatible manner
 CMeshSmoothnessCompute the smoothness value for the edges
 CMeshTransformationApply a transformation to a mesh
 CMeshTriangulationContains a mesh triangulated from a set of points
 CNetwork1DA class describing a network 1d
 CNotImplementedErrorA class for throwing not implemented exceptions
 COrthogonalizationAndSmoothingOrthogonalizion (optimize the aspect ratios) and mesh smoothing (optimize internal face angles or area)
 COrthogonalizationParametersA struct used to describe the orthogonalization parameters in a C-compatible manner
 COrthogonalizerOrthogonalizion (optimize the aspect ratios) and mesh smoothing (optimize internal face angles or area)
 CPointA struct describing a point in a two-dimensional space
 CPolygonA closed polygon
 CPolygonalEnclosureA region enclosed by a polygonal permieter
 CPolygonsA class containing a list of polygonaly enclosed regions
 CRangeErrorA class for throwing range error exceptions
 CRemoveDisconnectedRegionsRemoves any small regions that are disconnected from the main part of the domain
 CRigidBodyTransformationA composition of translation and rotation transformations
 CRotationApply a rotation transformation to a point or a vector
 CSampleA struct describing a sample with two coordinates and a value
 CSampleAveragingInterpolatorInterpolator for sample data using an averaging scheme
 CSampleInterpolatorInterface for sample interpolation
 CSamplesHessianCalculatorA class implementing the computation of the real component the local hessian eigenvalues
 CSampleTriangulationInterpolatorInterpolator for sample data on a triangulated grid
 CSmootherOrthogonalizion (optimize the aspect ratios) and mesh smoothing (optimize internal face angles or area)
 CSplineAlgorithmsProvide algorithms operating on splines
 CSplinesA class describing splines
 CSplinesToCurvilinearParametersA struct used to describe the spline to curvilinear grid parameters in a C-compatible manner
 CSplitRowColumnOfMeshSplit the row or column connected to the given edge
 CTranslationApply a translation transformation to a point or a vector
 CTriangulationInterpolationA class used for triangulation interpolation
 CTriangulationWrapperWrapper around the Triangle library
 CVectorA class defining a vector
 NmeshkernelapiContains all structs and functions exposed at the API level
 CBoundingBoxA struct describing a bounding box
 CContactsA struct used to describe contacts between a 1d and a 2d mesh
 CCurvilinearFrozenLinesAddUndoActionUndo action for adding frozen lines
 CCurvilinearFrozenLinesDeleteUndoActionUndo action for deleting a frozen lines
 CCurvilinearGridA struct used to describe the values of a curvilinear grid in a C-compatible manner
 CEdgeLengthPropertyCalculatorCalculator for the edge lengths for a mesh
 CGeometryListA struct used to describe a list of geometries in a C-compatible manner
 CGriddedSamplesA struct describing gridded samples
 CInterpolatedSamplePropertyCalculatorInterpolate the depths at the mesh node points
 CMesh1DA struct used to describe the values of a mesh 1d in a C-compatible manner
 CMesh2DA struct used to describe the values of an unstructured, two-dimensional mesh in a C-compatible manner
 CMeshKernelStateThe class holding the state of the C API library
 CMKStateUndoActionUndo action for MeshKernelState
 COrthogonalityPropertyCalculatorCalculator for orthogonality of a mesh
 CPropertyCalculatorBase class for calculating properties for a mesh