Class: IGraph::LibIGraph::VertexSelector

Inherits:
FFI::Struct
  • Object
show all
Defined in:
lib/igraph/libigraph/interface.rb

Overview

igraph_vs_t structure for vertex selectors Simplified definition - union data treated as opaque bytes Actual C structure: typedef struct igraph_vs_t {

igraph_vs_type_t type;
union { ... } data;  // 16 bytes on 64-bit systems

} igraph_vs_t;