FlowPattern.h File Reference

Contains the interface to the FlowPattern classes. More...

#include <string>
#include <array>
#include <libpf/utility/SmartEnumerators.h>
#include <libpf/core/ObjectFactory0.h>

Classes

class  FlowPattern
 
class  FlowPatternAscii< NX, NY >
 
class  FlowPatternDummy
 
class  FlowPatternSimple< NX, NY >
 
class  FlowPatternUp< NX, NY >
 FlowPatternUp hardwired flow pattern, Direction=up. More...
 
class  FlowPatternDown< NX, NY >
 FlowPatternDown hardwired flow pattern, Direction=down. More...
 
class  FlowPatternLeft< NX, NY >
 FlowPatternLeft hardwired flow pattern, Direction=left. More...
 
class  FlowPatternRight< NX, NY >
 FlowPatternUp hardwired flow pattern, Direction=right. More...
 
class  FlowPatternSpiralRight66
 
class  FlowPatternSpiralRight96
 

Typedefs

typedef ObjectFactory0< FlowPattern *(void), std::string > FlowPatternFactory
 

Variables

FlowPatternFactoryflowPatternFactory
 

Detailed Description

Contains the interface to the FlowPattern classes.

This file is part of LIBPF All rights reserved; do not distribute without permission.

Author
(C) Copyright 2004-2023 Paolo Greppi simevo s.r.l.

Typedef Documentation

◆ FlowPatternFactory

typedef ObjectFactory0<FlowPattern *(void), std::string> FlowPatternFactory

Variable Documentation

◆ flowPatternFactory

FlowPatternFactory* flowPatternFactory
extern