OmniSciDB  c1a53651b2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GeoPolygonRenderGroupManager Struct Reference

#include <TargetValueConvertersImpl.h>

+ Inheritance diagram for GeoPolygonRenderGroupManager:
+ Collaboration diagram for GeoPolygonRenderGroupManager:

Protected Member Functions

 GeoPolygonRenderGroupManager (RenderGroupAnalyzerMap *render_group_analyzer_map, const int column_id)
 

Protected Attributes

import_export::RenderGroupAnalyzerrender_group_analyzer_
 

Detailed Description

Definition at line 955 of file TargetValueConvertersImpl.h.

Constructor & Destructor Documentation

GeoPolygonRenderGroupManager::GeoPolygonRenderGroupManager ( RenderGroupAnalyzerMap render_group_analyzer_map,
const int  column_id 
)
inlineprotected

Definition at line 957 of file TargetValueConvertersImpl.h.

959  : render_group_analyzer_{nullptr} {
960  if (render_group_analyzer_map) {
961  // NOTE: this is not thread safe
962  auto itr = render_group_analyzer_map->try_emplace(column_id).first;
963  render_group_analyzer_ = &itr->second;
964  }
965  }
import_export::RenderGroupAnalyzer * render_group_analyzer_

Member Data Documentation

import_export::RenderGroupAnalyzer* GeoPolygonRenderGroupManager::render_group_analyzer_
protected

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