Topologic  0.8.9
Public Member Functions | Protected Member Functions | Protected Attributes | Properties | List of all members
Topologic::Context Class Reference

A Context defines a topological relationship between two otherwise independent Topologies. More...

#include <Context.h>

Inheritance diagram for Topologic::Context:
Topologic::TopologicalQuery

Public Member Functions

double U ()
 Returns the U parameter. More...
 
double V ()
 Returns the V parameter. More...
 
double W ()
 Returns the W parameter. More...
 

Protected Member Functions

 Context (const std::shared_ptr< TopologicCore::Context > &kpCoreContext)
 
virtual std::shared_ptr< TopologicCore::TopologicalQuery > GetCoreTopologicalQuery () override
 

Protected Attributes

std::shared_ptr< TopologicCore::Context > * m_pCoreContext
 

Properties

TopologyTopology [get]
 Returns the associated Topology to the Context. More...
 

Detailed Description

A Context defines a topological relationship between two otherwise independent Topologies.

Member Function Documentation

◆ U()

double Topologic::Context::U ( )

Returns the U parameter.

Returns
The U parameter

◆ V()

double Topologic::Context::V ( )

Returns the V parameter.

Returns
The V parameter

◆ W()

double Topologic::Context::W ( )

Returns the W parameter.

Returns
The W parameter

Property Documentation

◆ Topology

Topology^ Topologic::Context::Topology
get

Returns the associated Topology to the Context.

Returns
The associated Topology

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