VTK
Public Types
vtkDistributedVertexPropertyMapType< DataArray > Struct Template Reference

#include <vtkPBGLGraphAdapter.h>

List of all members.

Public Types

typedef
boost::parallel::distributed_property_map
< boost::graph::distributed::mpi_process_group,
boost::vtkVertexGlobalMap,
DataArray * > 
type

Detailed Description

template<typename DataArray>
struct vtkDistributedVertexPropertyMapType< DataArray >

Retrieves the type of the distributed property map indexed by the vertices of a distributed graph.

Definition at line 399 of file vtkPBGLGraphAdapter.h.


Member Typedef Documentation

template<typename DataArray>
typedef boost::parallel::distributed_property_map< boost::graph::distributed::mpi_process_group, boost::vtkVertexGlobalMap, DataArray*> vtkDistributedVertexPropertyMapType< DataArray >::type

Definition at line 404 of file vtkPBGLGraphAdapter.h.


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