ViennaGrid - The Vienna Grid Library
2.1.0
|
Metafunction for obtaining a segmentation type for a mesh type and with settings. Segment element information is not present (see segment_element_info for more information) More...
#include <segmentation.hpp>
Public Types | |
typedef viennagrid::segmentation < WrappedConfigType > | type |
typedef config::segmentation_config_wrapper_t < MeshT, ViewT, SegmentIDType, AppendixType, view_container_tag > | WrappedConfigType |
Metafunction for obtaining a segmentation type for a mesh type and with settings. Segment element information is not present (see segment_element_info for more information)
MeshT | The base mesh type to which the segmentation is associated |
ViewT | The mesh view type representing the referenced elements, default ist default mesh view from MeshT |
SegmentIDType | The ID type for segments, default is int |
AppendixType | The appendix type, for internal use only, don't change default type unless you know what you are doing :) |
typedef config::segmentation_config_wrapper_t<MeshT, ViewT, SegmentIDType, AppendixType, view_container_tag> WrappedConfigType |