Orbiter 2022
Combinatorial Objects
orbiter::layer1_foundations::polarity Class Reference

a polarity between points and hyperplanes in PG(n,q) More...

#include <geometry.h>

Collaboration diagram for orbiter::layer1_foundations::polarity:

Public Member Functions

 polarity ()
 
 ~polarity ()
 
void init_standard_polarity (projective_space *P, int verbose_level)
 
void init_general_polarity (projective_space *P, int *Mtx, int verbose_level)
 
void init_reversal_polarity (projective_space *P, int verbose_level)
 
void report (std::ostream &f)
 

Public Attributes

projective_spaceP
 
int * Point_to_hyperplane
 
int * Hyperplane_to_point
 

Detailed Description

a polarity between points and hyperplanes in PG(n,q)

Definition at line 1870 of file geometry.h.

Constructor & Destructor Documentation

◆ polarity()

orbiter::layer1_foundations::polarity::polarity ( )

Definition at line 21 of file polarity.cpp.

◆ ~polarity()

orbiter::layer1_foundations::polarity::~polarity ( )

Definition at line 28 of file polarity.cpp.

Member Function Documentation

◆ init_general_polarity()

void orbiter::layer1_foundations::polarity::init_general_polarity ( projective_space P,
int *  Mtx,
int  verbose_level 
)

Definition at line 101 of file polarity.cpp.

◆ init_reversal_polarity()

void orbiter::layer1_foundations::polarity::init_reversal_polarity ( projective_space P,
int  verbose_level 
)

Definition at line 171 of file polarity.cpp.

◆ init_standard_polarity()

void orbiter::layer1_foundations::polarity::init_standard_polarity ( projective_space P,
int  verbose_level 
)

Definition at line 38 of file polarity.cpp.

◆ report()

void orbiter::layer1_foundations::polarity::report ( std::ostream &  f)

Definition at line 208 of file polarity.cpp.

Member Data Documentation

◆ Hyperplane_to_point

int* orbiter::layer1_foundations::polarity::Hyperplane_to_point

Definition at line 1877 of file geometry.h.

◆ P

projective_space* orbiter::layer1_foundations::polarity::P

Definition at line 1874 of file geometry.h.

◆ Point_to_hyperplane

int* orbiter::layer1_foundations::polarity::Point_to_hyperplane

Definition at line 1876 of file geometry.h.


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