VTK  9.6.20260215
vtkVoronoiRandomColors Struct Reference

#include <vtkVoronoiCore.h>

Public Member Functions

 vtkVoronoiRandomColors ()
 
void Seed (vtkIdType s)
 
vtkIdType Next ()
 

Public Attributes

std::mt19937 RNG
 
std::uniform_int_distribution< int > Dist
 

Detailed Description

Definition at line 420 of file vtkVoronoiCore.h.

Constructor & Destructor Documentation

◆ vtkVoronoiRandomColors()

vtkVoronoiRandomColors::vtkVoronoiRandomColors ( )
inline

Definition at line 424 of file vtkVoronoiCore.h.

Member Function Documentation

◆ Seed()

void vtkVoronoiRandomColors::Seed ( vtkIdType s)
inline

Definition at line 425 of file vtkVoronoiCore.h.

◆ Next()

vtkIdType vtkVoronoiRandomColors::Next ( )
inline

Definition at line 426 of file vtkVoronoiCore.h.

Member Data Documentation

◆ RNG

std::mt19937 vtkVoronoiRandomColors::RNG

Definition at line 422 of file vtkVoronoiCore.h.

◆ Dist

std::uniform_int_distribution<int> vtkVoronoiRandomColors::Dist

Definition at line 423 of file vtkVoronoiCore.h.


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