AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
NodeCreator< Node > Struct Template Reference

#include "RegularGrid.h"

Static Public Member Functions

static Node * makeNode (int, int)
 

Detailed Description

template<class Node>
struct NodeCreator< Node >

Member Function Documentation

◆ makeNode()

template<class Node >
static Node * NodeCreator< Node >::makeNode ( int  ,
int   
)
inlinestatic
35{ return new Node();}