VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
velographx::IncrementalTriangleCount Class Reference

#include <triangles.hpp>

+ Inheritance diagram for velographx::IncrementalTriangleCount:

Public Member Functions

 IncrementalTriangleCount (DynamicGraph &graph)
 
 IncrementalTriangleCount (DynamicGraph &graph, std::uint64_t trusted_initial_count)
 
void apply (const UpdateBatch &batch)
 
- Public Member Functions inherited from velographx::BasicIncrementalTriangleCount< DynamicGraph >
 BasicIncrementalTriangleCount (DynamicGraph &graph)
 
 BasicIncrementalTriangleCount (DynamicGraph &graph, std::uint64_t trusted_initial_count)
 
std::uint64_t value () const noexcept
 
void apply (const UpdateBatch &batch)
 
void recompute ()
 

Additional Inherited Members

- Protected Member Functions inherited from velographx::BasicIncrementalTriangleCount< DynamicGraph >
void validate_graph () const
 
std::uint64_t common_neighbors (VertexId a, VertexId b) const
 
- Protected Attributes inherited from velographx::BasicIncrementalTriangleCount< DynamicGraph >
DynamicGraphgraph_
 
std::uint64_t triangles_
 

Detailed Description

Definition at line 77 of file triangles.hpp.

Constructor & Destructor Documentation

◆ IncrementalTriangleCount() [1/2]

velographx::IncrementalTriangleCount::IncrementalTriangleCount ( DynamicGraph graph)
inlineexplicit

Definition at line 79 of file triangles.hpp.

◆ IncrementalTriangleCount() [2/2]

velographx::IncrementalTriangleCount::IncrementalTriangleCount ( DynamicGraph graph,
std::uint64_t  trusted_initial_count 
)
inline

Definition at line 81 of file triangles.hpp.

Member Function Documentation

◆ apply()


The documentation for this class was generated from the following file: