.. auto-generated by dev_tools.docs.nxdl from the NXDL source contributed_definitions/NXcg_half_edge_data_structure.nxdl.xml -- DO NOT EDIT .. index:: ! NXcg_half_edge_data_structure (base class) ! cg_half_edge_data_structure (base class) see: cg_half_edge_data_structure (base class); NXcg_half_edge_data_structure .. _NXcg_half_edge_data_structure: ============================= NXcg_half_edge_data_structure ============================= **Status**: base class, extends :ref:`NXobject` **Description**: .. collapse:: Computational geeometry description of a half-edge data structure. ... Computational geeometry description of a half-edge data structure. Such a data structure can be used to efficiently circulate around faces and iterate over vertices of a planar graph. **Symbols**: The symbols used in the schema to specify e.g. dimensions of arrays. **d**: The dimensionality, which has to be at least 2. **n_v**: The number of vertices. **n_f**: The number of faces. **n_he**: The number of half-edges. **Groups cited**: none **Structure**: .. _/NXcg_half_edge_data_structure@depends_on-attribute: .. index:: depends_on (file attribute) **@depends_on**: (optional) :ref:`NX_CHAR ` .. collapse:: Hint to help resolve in which Euclidean coordinate system ... Hint to help resolve in which Euclidean coordinate system field values vertices are defined. .. _/NXcg_half_edge_data_structure/dimensionality-field: .. index:: dimensionality (field) **dimensionality**: (optional) :ref:`NX_POSINT ` {units=\ :ref:`NX_UNITLESS `} Dimensionality of the primitives described. .. _/NXcg_half_edge_data_structure/number_of_vertices-field: .. index:: number_of_vertices (field) **number_of_vertices**: (optional) :ref:`NX_INT ` (Rank: 1, Dimensions: [n_f]) {units=\ :ref:`NX_UNITLESS `} .. collapse:: Number of vertices for each face. ... Number of vertices for each face. Each entry represents the total number of vertices for that face, irrespectively whether vertices are shared among faces or not. .. _/NXcg_half_edge_data_structure/number_of_edges-field: .. index:: number_of_edges (field) **number_of_edges**: (optional) :ref:`NX_INT ` (Rank: 1, Dimensions: [n_e]) {units=\ :ref:`NX_UNITLESS `} .. collapse:: Number of edges for each face. ... Number of edges for each face. Each entry represents the total number of edges for that face, irrespectively whether edges are shared across faces or not. .. _/NXcg_half_edge_data_structure/number_of_faces-field: .. index:: number_of_faces (field) **number_of_faces**: (optional) :ref:`NX_INT ` {units=\ :ref:`NX_UNITLESS `} Number of faces of the primitives. .. _/NXcg_half_edge_data_structure/vertex_identifier_offset-field: .. index:: vertex_identifier_offset (field) **vertex_identifier_offset**: (optional) :ref:`NX_INT ` {units=\ :ref:`NX_UNITLESS `} .. collapse:: Integer offset whereby the identifier of the first member ... Integer offset whereby the identifier of the first member of the vertices differs from zero. Identifier can be defined explicitly or implicitly. Inspect the definition of :ref:`NXcg_primitive_set` for further details. .. _/NXcg_half_edge_data_structure/edge_identifier_offset-field: .. index:: edge_identifier_offset (field) **edge_identifier_offset**: (optional) :ref:`NX_INT ` {units=\ :ref:`NX_UNITLESS `} .. collapse:: Integer offset whereby the identifier of the first member ... Integer offset whereby the identifier of the first member of the edges differs from zero. Identifier can be defined explicitly or implicitly. Inspect the definition of :ref:`NXcg_primitive_set` for further details. .. _/NXcg_half_edge_data_structure/face_identifier_offset-field: .. index:: face_identifier_offset (field) **face_identifier_offset**: (optional) :ref:`NX_INT ` .. collapse:: Integer offset whereby the identifier of the first member ... Integer offset whereby the identifier of the first member of the faces differs from zero. Identifier can be defined explicitly or implicitly. Inspect the definition of :ref:`NXcg_primitive_set` for further details. .. _/NXcg_half_edge_data_structure/position-field: .. index:: position (field) **position**: (optional) :ref:`NX_NUMBER ` (Rank: 2, Dimensions: [n_v, d]) {units=\ :ref:`NX_ANY `} The position of the vertices. .. _/NXcg_half_edge_data_structure/vertex_incident_half_edge-field: .. index:: vertex_incident_half_edge (field) **vertex_incident_half_edge**: (optional) :ref:`NX_INT ` (Rank: 1, Dimensions: [n_v]) {units=\ :ref:`NX_UNITLESS `} Identifier of the incident half-edge. .. _/NXcg_half_edge_data_structure/face_half_edge-field: .. index:: face_half_edge (field) **face_half_edge**: (optional) :ref:`NX_INT ` (Rank: 1, Dimensions: [n_f]) {units=\ :ref:`NX_UNITLESS `} Identifier of the (starting)/associated half-edge of the face. .. _/NXcg_half_edge_data_structure/half_edge_vertex_origin-field: .. index:: half_edge_vertex_origin (field) **half_edge_vertex_origin**: (optional) :ref:`NX_INT ` (Rank: 1, Dimensions: [n_he]) {units=\ :ref:`NX_UNITLESS `} The identifier of the vertex from which this half-edge is outwards pointing. .. _/NXcg_half_edge_data_structure/half_edge_twin-field: .. index:: half_edge_twin (field) **half_edge_twin**: (optional) :ref:`NX_INT ` (Rank: 1, Dimensions: [n_he]) {units=\ :ref:`NX_UNITLESS `} Identifier of the associated oppositely pointing half-edge. .. _/NXcg_half_edge_data_structure/half_edge_incident_face-field: .. index:: half_edge_incident_face (field) **half_edge_incident_face**: (optional) :ref:`NX_INT ` (Rank: 1, Dimensions: [n_he]) {units=\ :ref:`NX_UNITLESS `} .. collapse:: If the half-edge is a boundary half-edge the ... If the half-edge is a boundary half-edge the incident face identifier is NULL, i.e. 0. .. _/NXcg_half_edge_data_structure/half_edge_next-field: .. index:: half_edge_next (field) **half_edge_next**: (optional) :ref:`NX_INT ` (Rank: 1, Dimensions: [n_he]) {units=\ :ref:`NX_UNITLESS `} Identifier of the next half-edge. .. _/NXcg_half_edge_data_structure/half_edge_prev-field: .. index:: half_edge_prev (field) **half_edge_prev**: (optional) :ref:`NX_INT ` (Rank: 1, Dimensions: [n_he]) {units=\ :ref:`NX_UNITLESS `} Identifier of the previous half-edge. .. _/NXcg_half_edge_data_structure/weinberg_vector-field: .. index:: weinberg_vector (field) **weinberg_vector**: (optional) :ref:`NX_CHAR ` .. collapse:: Users are referred to the literature for the background of L. Weinberg's ... Users are referred to the literature for the background of L. Weinberg's work about topological characterization of planar graphs: * `L. Weinberg 1966a, `_ * `L. Weinberg, 1966b, `_ * `E. A. Lazar et al. `_ and how this work can e.g. be applied in space-filling tessellations of microstructural objects like crystals/grains. Hypertext Anchors ----------------- List of hypertext anchors for all groups, fields, attributes, and links defined in this class. * :ref:`/NXcg_half_edge_data_structure/dimensionality-field ` * :ref:`/NXcg_half_edge_data_structure/edge_identifier_offset-field ` * :ref:`/NXcg_half_edge_data_structure/face_half_edge-field ` * :ref:`/NXcg_half_edge_data_structure/face_identifier_offset-field ` * :ref:`/NXcg_half_edge_data_structure/half_edge_incident_face-field ` * :ref:`/NXcg_half_edge_data_structure/half_edge_next-field ` * :ref:`/NXcg_half_edge_data_structure/half_edge_prev-field ` * :ref:`/NXcg_half_edge_data_structure/half_edge_twin-field ` * :ref:`/NXcg_half_edge_data_structure/half_edge_vertex_origin-field ` * :ref:`/NXcg_half_edge_data_structure/number_of_edges-field ` * :ref:`/NXcg_half_edge_data_structure/number_of_faces-field ` * :ref:`/NXcg_half_edge_data_structure/number_of_vertices-field ` * :ref:`/NXcg_half_edge_data_structure/position-field ` * :ref:`/NXcg_half_edge_data_structure/vertex_identifier_offset-field ` * :ref:`/NXcg_half_edge_data_structure/vertex_incident_half_edge-field ` * :ref:`/NXcg_half_edge_data_structure/weinberg_vector-field ` * :ref:`/NXcg_half_edge_data_structure@depends_on-attribute ` **NXDL Source**: https://github.com/FAIRmat-NFDI/nexus_definitions/tree/fairmat/contributed_definitions/NXcg_half_edge_data_structure.nxdl.xml