VTK  9.3.20240328
Public Types | Public Member Functions | Public Attributes | List of all members
boost::vtkGraphPropertyMapMultiplier< PMap > Class Template Reference

#include <vtkBoostGraphAdapter.h>

Public Types

typedef property_traits< PMap >::value_type value_type
 
typedef property_traits< PMap >::reference reference
 
typedef property_traits< PMap >::key_type key_type
 
typedef property_traits< PMap >::category category
 

Public Member Functions

 vtkGraphPropertyMapMultiplier (PMap m, float multi=1)
 

Public Attributes

PMap pmap
 
float multiplier
 

Detailed Description

template<typename PMap>
class boost::vtkGraphPropertyMapMultiplier< PMap >

Definition at line 1236 of file vtkBoostGraphAdapter.h.

Member Typedef Documentation

◆ value_type

template<typename PMap >
typedef property_traits<PMap>::value_type boost::vtkGraphPropertyMapMultiplier< PMap >::value_type

Definition at line 1246 of file vtkBoostGraphAdapter.h.

◆ reference

template<typename PMap >
typedef property_traits<PMap>::reference boost::vtkGraphPropertyMapMultiplier< PMap >::reference

Definition at line 1247 of file vtkBoostGraphAdapter.h.

◆ key_type

template<typename PMap >
typedef property_traits<PMap>::key_type boost::vtkGraphPropertyMapMultiplier< PMap >::key_type

Definition at line 1248 of file vtkBoostGraphAdapter.h.

◆ category

template<typename PMap >
typedef property_traits<PMap>::category boost::vtkGraphPropertyMapMultiplier< PMap >::category

Definition at line 1249 of file vtkBoostGraphAdapter.h.

Constructor & Destructor Documentation

◆ vtkGraphPropertyMapMultiplier()

template<typename PMap >
boost::vtkGraphPropertyMapMultiplier< PMap >::vtkGraphPropertyMapMultiplier ( PMap  m,
float  multi = 1 
)
inline

Definition at line 1239 of file vtkBoostGraphAdapter.h.

Member Data Documentation

◆ pmap

template<typename PMap >
PMap boost::vtkGraphPropertyMapMultiplier< PMap >::pmap

Definition at line 1244 of file vtkBoostGraphAdapter.h.

◆ multiplier

template<typename PMap >
float boost::vtkGraphPropertyMapMultiplier< PMap >::multiplier

Definition at line 1245 of file vtkBoostGraphAdapter.h.


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