Skip to main content
Ctrl+K
PyMembrane  documentation - Home PyMembrane  documentation - Home
  • Installation
  • Quick Start and Examples
  • Tutorial Notebook
  • Command-Line Arguments
  • Python API
    • C++ API
    • Performance benchmark and scope comparison
    • Liquid membrane example
    • Hybrid Brownian + Monte Carlo Example
    • Size Scaling Example
    • Contributors
    • References
  • Installation
  • Quick Start and Examples
  • Tutorial Notebook
  • Command-Line Arguments
  • Python API
  • C++ API
  • Performance benchmark and scope comparison
  • Liquid membrane example
  • Hybrid Brownian + Monte Carlo Example
  • Size Scaling Example
  • Contributors
  • References

Section Navigation

  • C++ API
  • Struct vertices_type

Struct vertices_type#

  • Defined in File halfedges.hpp

Struct Documentation#

struct vertices_type#

Public Functions

inline bool operator<(const vertices_type &rhs) const#

Public Members

int id#
real3 r#
int type#

Vertex/Edge/Face Type.

real3 forceC#

Vertex conservative force.

real3 forceD#

Vertex dissipative force.

real3 forceE#

Vertex External force.

real energy#

Vertex energy.

real mass#

Vertex mass.

PropertyVertices prop#

previous

Struct triangle_type

next

Template Struct xyType

On this page
  • Struct Documentation
    • vertices_type
      • operator<()
      • id
      • r
      • type
      • forceC
      • forceD
      • forceE
      • energy
      • mass
      • prop

© Copyright 2026 Daniel A Matoz-Fernandez and Contributors.

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.