Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
VertexTest Class Reference
Inheritance diagram for VertexTest:
[legend]
Collaboration diagram for VertexTest:
[legend]

Protected Member Functions

void SetUp () override
 

Protected Attributes

Point p1
 
Point p2
 

Detailed Description

Definition at line 74 of file polygon_test.cc.

Member Function Documentation

◆ SetUp()

void VertexTest::SetUp ( )
inlineoverrideprotected

Definition at line 77 of file polygon_test.cc.

References p1, and p2.

Member Data Documentation

◆ p1

Point VertexTest::p1
protected

Definition at line 83 of file polygon_test.cc.

Referenced by SetUp().

◆ p2

Point VertexTest::p2
protected

Definition at line 83 of file polygon_test.cc.

Referenced by SetUp().


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